This is my private neovim config for development. Feel free to pick this up.
- NerdTree
- vim-go
- coc
- vim-plug : As the plugin manager
- lua-language-server
- One-dark pro
- Cascadia-code NerdFont
- adding config for javascript (vue and react) development
- Clone this project, and then place it into this directory
~/.config/nvim
. More clearer way to do it, you can check it on here - Install
vim-plug
from this - Then do the plug install command by
:PlugInstall
- Last but not least is that dont't forget to install
nodejs
andneovim
withpython3
brew install nodejs lua-language-server
pip3 install neovim
- Run this command inside the neovim
:CocInstall coc-json coc-go \
coc-html coc-css \
coc-tsserver coc-eslint coc-prettier \
coc-pairs \
| q
This are the Coc dependency autocompletion 6. Run this command for installing
vim-go
binary support
:GoInstallBinaries