- Make sure that
vim-plug
is installed for either vim or neovim - With nvim you need to copy
init.vim
into you~/.config/nvim/init.vim
- Similarly copy the coc-settings.json into your
~/.config/nvim/coc-settings.json
-
Open neovim and run
:PlugInstall
-
Coc Setup
- Navigate to
~/.local/share/nvim/plugged/coc.nvim
- run
yarn install
- run
yarn build
- NOTE Any new coc- that is not listed in the init.vim config needs to be installed
using
:CocInstall coc-<package>
- Navigate to