This vim setup uses vim-plug
ln -s ~/your/directory/.vim ~/.vim
ln -s ~/your/directory/.vimrc ~/.vimrc
vim +PlugInstall +qall
# set up coc for auto complete
cd .vim/plugged/coc.nvim/
yarn install
If you see errors, Vim is complaining about not having the plugins it wants installed. Simply run:
:PlugInstall