[vim] Add vala support

This commit is contained in:
lhark 2019-04-26 22:26:19 -04:00
parent ec9d1bc19e
commit 1dee7d2b7e

2
vimrc
View file

@ -34,6 +34,8 @@ if has("unix") || has("mac")
Plugin 'ludovicchabant/vim-gutentags'
endif
Plugin 'beyondmarc/opengl.vim'
Plugin 'arrufat/vala.vim'
let g:vala_syntax_folding_enabled = 0
Plugin 'tikhomirov/vim-glsl'
Plugin 'jamessan/vim-gnupg'
"[Autodetect indent style of a file]"