$ vimrc-get cvim
- tool-cvim-doc (GitHub)
- note-about-vim / cvim
- cvim
- skel-project-plan/example/project-vimrc
git clone https://github.com/samwhelp/tool-cvim
git clone https://github.com/samwhelp/tool-cvim-doc
- Installing Neovim / Ubuntu
cvim use vim-plug for Plugin Manager.
to install plugin, please run
:PlugInstall
cvim use coc.nvim.
to install extensions, please run
:CocInstall extension_name
or run for cvim defined
:call Cvim_Coc_InstallExtensions()
or run
:call Cvim_Coc_InstallExtensions_Sync()