My simple vim configuration.
First, install vim-plug.
For coc.vim you will also need to install yarn.
Then:
$ mkdir -p ~/.vim/repo
$ cd ~/.vim/repo
$ git clone https://github.com/dsimidzija/dotfiles-vim.git .
$ ln -s ~/.vim/repo/coc-settings.json ~/.vim/coc-settings.json
Edit your ~/.vimrc and add the following:
source ~/.vim/repo/main.vim
You may or may not need one or more of the following:
- patched fonts for vim-airline
pacaur -S code-minimapfor minimap.vimCoffeeTagsruby gem (rvmsudo gem install CoffeeTags) if using CoffeeScript
$ PlugInstall
$ PlugUpdate
# and occasionally update vim-plug:
# PlugUpgrade