Skip to content

samwhelp/tool-lvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tool-lvim

tool-lvim (GitHub)

Installer

$ vimrc-get lvim

Doc

Keybind

Plugin

Related Projects

Prototype Projects

Similar Projects

Like Projects

Clone Command

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

Install neovim (nvim)

Install Plugin

lvim use vim-plug for Plugin Manager.

to install plugin, please run

:PlugInstall

Install coc.nvim extensions

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()