- Copy
init.vim
into~/.config/nvim/init.vim
- Install vim-plug, you can follow the instruction on https://github.com/junegunn/vim-plug
- Then open
init.vim
with nvim - Insert
:PlugInstall
to install all plugin that oninit.vim
- After that quit nvim and go to
~/.local/share/nvim/plugged/coc.nvim
and enteryarn install
- That's it