Vim files used by me
- Clone the repository to
~/.vim
on linux:
git clone https://github.com/nick-mobilecoin/vimfiles.git ~/.vim
- Install the plugin manager, https://github.com/junegunn/vim-plug:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Launch vim/gvim and install the plugins using
:PlugInstall
-
Re-launch vim/gvim
-
install necessary COC language servers.