https://github.com/samwhelp/tool-lvim
tool-lvim
https://github.com/samwhelp/tool-lvim
lvim nvim nvimrc vim vimrc
Last synced: about 2 months ago
JSON representation
tool-lvim
- Host: GitHub
- URL: https://github.com/samwhelp/tool-lvim
- Owner: samwhelp
- License: mit
- Created: 2019-04-05T05:14:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T05:47:18.000Z (over 3 years ago)
- Last Synced: 2025-02-08T20:12:25.515Z (4 months ago)
- Topics: lvim, nvim, nvimrc, vim, vimrc
- Language: Vim script
- Homepage: https://samwhelp.github.io/tool-lvim-doc/
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tool-lvim
[tool-lvim](https://github.com/samwhelp/tool-lvim) ([GitHub](https://github.com/samwhelp/tool-lvim))
## Installer
* [vimrc-get](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/project/vimrc-profile/vimrc-get)
``` sh
$ vimrc-get lvim
```## Doc
* [tool-lvim-doc](https://samwhelp.github.io/tool-lvim-doc) ([GitHub](https://github.com/samwhelp/tool-lvim-doc))
* note-about-vim / [lvim](https://samwhelp.github.io/note-about-vim/read/project/lvim.html)## Keybind
* [en_us](https://samwhelp.github.io/tool-lvim-doc/read/en_us/feature/keybind.html)
* [zh_tw](https://samwhelp.github.io/tool-lvim-doc/read/zh_tw/feature/keybind.html)## Plugin
* [en_us](https://samwhelp.github.io/tool-lvim-doc/read/en_us/feature/plugin.html)
* [zh_tw](https://samwhelp.github.io/tool-lvim-doc/read/zh_tw/feature/plugin.html)## Related Projects
* [tool-lvim-gen](https://github.com/samwhelp/tool-lvim-gen)
## Prototype Projects
* [hvim](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/prototype/hvim)
## Similar Projects
* [tool-hvim](https://github.com/samwhelp/tool-hvim)
## Like Projects
* [tool-svim](https://github.com/samwhelp/tool-svim)
* [tool-mvim](https://github.com/samwhelp/tool-mvim)
* [tool-ivim](https://github.com/samwhelp/tool-ivim)## Clone Command
``` sh
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)
* Installing Neovim / [Ubuntu](https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu)
## Install Plugin
lvim use [vim-plug](https://github.com/junegunn/vim-plug) for Plugin Manager.
to install plugin, please run
``` vim
:PlugInstall
```## Install coc.nvim extensions
lvim use [coc.nvim](https://github.com/neoclide/coc.nvim).
to install extensions, please run
``` vim
:CocInstall extension_name
```or run for lvim defined
``` vim
:call Lvim_Coc_InstallExtensions()
```or run
``` vim
:call Lvim_Coc_InstallExtensions_Sync()
```