coc for vim

This commit is contained in:
Barak Michener 2019-05-21 18:29:35 -07:00
parent 072228591e
commit 31c9d70d42
5 changed files with 60 additions and 25 deletions

2
.zshrc
View file

@ -136,3 +136,5 @@ if [ -f '/home/barak/local/google-cloud-sdk/completion.zsh.inc' ]; then source '
if [ $commands[kubectl] ]; then
source <(kubectl completion zsh)
fi
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"