- Initialize
# initialization
cd ~
ln -s ~/path/to/vimrc .vimrc
ln -s ~/path/to/vim .vim
cd .vim/bundle
git clone https://github.com/VundleVim/Vundle.vim.git Vundle.vim
- Install plugins. Inside of vim:
:PluginInstall
- Install coc dependencies
cd ~/.vim/bundle/coc.nvim
yarn
- Install coc plugins. Inside of vim:
:CocInstall coc-eslint coc-json coc-tsserver coc-prisma