An open API service indexing awesome lists of open source software.

https://github.com/samwhelp/tool-hvim

tool-hvim
https://github.com/samwhelp/tool-hvim

hvim nvim nvimrc vim vimrc

Last synced: about 2 months ago
JSON representation

tool-hvim

Awesome Lists containing this project

README

          

# tool-hvim

[tool-hvim](https://samwhelp.github.io/tool-svim-doc/read/en_us/#/feature) ([GitHub](https://github.com/samwhelp/tool-hvim))

## Installer

* [vimrc-get](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/project/vimrc-profile/vimrc-get)

``` sh
$ vimrc-get hvim
```

## Doc

* [tool-hvim-doc](https://samwhelp.github.io/tool-hvim-doc) ([GitHub](https://github.com/samwhelp/tool-hvim-doc))
* note-about-vim / [hvim](https://samwhelp.github.io/note-about-vim/read/project/hvim.html)

## Keybind

* [en_us](https://samwhelp.github.io/tool-hvim-doc/read/en_us/feature/keybind.html)
* [zh_tw](https://samwhelp.github.io/tool-hvim-doc/read/zh_tw/feature/keybind.html)

## Plugin

* [en_us](https://samwhelp.github.io/tool-hvim-doc/read/en_us/feature/plugin.html)
* [zh_tw](https://samwhelp.github.io/tool-hvim-doc/read/zh_tw/feature/plugin.html)

## Prototype Projects

* [hvim](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/prototype/hvim)
* 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-hvim
git clone https://github.com/samwhelp/tool-hvim-doc
```

## Install neovim (nvim)

* Installing Neovim / [Ubuntu](https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu)

## Install Plugin

hvim use [vim-plug](https://github.com/junegunn/vim-plug) for Plugin Manager.

to install plugin, please run

``` vim
:PlugInstall
```

## Install coc.nvim extensions

hvim use [coc.nvim](https://github.com/neoclide/coc.nvim).

to install extensions, please run

``` vim
:CocInstall extension_name
```

or run for hvim defined

``` vim
:call Hvim_Coc_InstallExtensions()
```

or run

``` vim
:call Hvim_Coc_InstallExtensions_Sync()
```