colorscheme: Iceberg  |  font: Hack
- Full syntax highlighting
- Auto-indentation and syntactic folding
- Optional highlighting of some syntax errors
The recommended way of installing plugins is through a plugin manager.
With dein.vim:
dein#add('cheap-glitch/vim-v')
With vim-plug:
Plug 'cheap-glitch/vim-v'
The syntax of V is very similar to that of C and C-like languages, but there are
nonetheless some significant differences. To help you avoid using invalid
C-style syntax out of habit, you can activate the option to highlight some
syntax errors by adding this line anywhere in your .vimrc
or init.vim
:
let g:v_warnings = 1
Contributions are welcomed! Please open an issue before submitting substantial changes.
The first version of this plugin was based on v.vim by andreyrmg.
ISC