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

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

Awesome Lists containing this project

README

          

# vim-v
Vim syntax highlighter for V language.

## Sample Images
![tetris.png](https://i.imgur.com/1GZeJDn.png)
![concurrent_news_fetcher.png](https://i.imgur.com/mhQhIv1.png)

## 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.