https://github.com/d2verb/vim-v
Vim syntax highlighter for V programming language
https://github.com/d2verb/vim-v
Last synced: 4 months ago
JSON representation
Vim syntax highlighter for V programming language
- Host: GitHub
- URL: https://github.com/d2verb/vim-v
- Owner: d2verb
- License: mit
- Created: 2019-06-28T13:51:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T07:10:35.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T07:38:41.204Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-v
Vim syntax highlighter for V language.
## Sample Images


## Installation
Installation procedure is quite ordinary and straight-forward.
Here are some examples using package managers:
* [dein.vim](https://github.com/Shougo/dein.vim):
* Add `call dein#add('lcolaholicl/vim-v')` to proper location.
* Then `:call dein#install()` in vim/neovim command mode.
* [vim-plug](https://github.com/junegunn/vim-plug):
* Add `Plug 'lcolaholicl/vim-v'` to proper location.
* Then `:PlugInstall` in vim/neovim command mode.