https://github.com/samwhelp/tool-cvim
tool-cvim
https://github.com/samwhelp/tool-cvim
cvim nvim nvimrc vim vimrc
Last synced: 7 months ago
JSON representation
tool-cvim
- Host: GitHub
- URL: https://github.com/samwhelp/tool-cvim
- Owner: samwhelp
- License: mit
- Created: 2021-05-15T05:11:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T05:14:47.000Z (over 4 years ago)
- Last Synced: 2025-04-03T06:16:09.290Z (11 months ago)
- Topics: cvim, nvim, nvimrc, vim, vimrc
- Language: Vim script
- Homepage: https://samwhelp.github.io/tool-cvim-doc/
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tool-cvim
[tool-cvim](https://samwhelp.github.io/tool-svim-doc/read/en_us/#/feature) ([GitHub](https://github.com/samwhelp/tool-cvim))
## Installer
* [vimrc-get](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/project/vimrc-profile/vimrc-get)
``` sh
$ vimrc-get cvim
```
## Doc
* [tool-cvim-doc](https://samwhelp.github.io/tool-cvim-doc) ([GitHub](https://github.com/samwhelp/tool-cvim-doc))
* note-about-vim / [cvim](https://samwhelp.github.io/note-about-vim/read/project/cvim.html)
## Keybind
* [en_us](https://samwhelp.github.io/tool-cvim-doc/read/en_us/feature/keybind.html)
* [zh_tw](https://samwhelp.github.io/tool-cvim-doc/read/zh_tw/feature/keybind.html)
## Plugin
* [en_us](https://samwhelp.github.io/tool-cvim-doc/read/en_us/feature/plugin.html)
* [zh_tw](https://samwhelp.github.io/tool-cvim-doc/read/zh_tw/feature/plugin.html)
## Prototype Projects
* [cvim](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/prototype/cvim)
* skel-project-plan/example/[project-vimrc](https://github.com/samwhelp/skel-project-plan/tree/gh-pages/example/project-vimrc)
## Related 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)
## Similar Projects
* [tool-lvim](https://github.com/samwhelp/tool-lvim)
## Clone Command
``` sh
git clone https://github.com/samwhelp/tool-cvim
git clone https://github.com/samwhelp/tool-cvim-doc
```
## Install neovim (nvim)
* Installing Neovim / [Ubuntu](https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu)
## Install Plugin
cvim use [vim-plug](https://github.com/junegunn/vim-plug) for Plugin Manager.
to install plugin, please run
``` vim
:PlugInstall
```
## Install coc.nvim extensions
cvim use [coc.nvim](https://github.com/neoclide/coc.nvim).
to install extensions, please run
``` vim
:CocInstall extension_name
```
or run for cvim defined
``` vim
:call Cvim_Coc_InstallExtensions()
```
or run
``` vim
:call Cvim_Coc_InstallExtensions_Sync()
```