Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 244 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 244 Bytes

neovim-config

Step1

mkdir ~/.config

cd ~/.config

mkdir nvim

cd nvim

touch init.vim coc-config.json coc-settings.json

copy paste the code in all three files

Step2

Open nvim

nvim

after that type

:PlugInstall