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