[vimrc] Add openGL syntax highlighting

This commit is contained in:
lhark 2018-03-19 14:49:57 -04:00
parent 00f2cded0c
commit f5a91f00c1

1
vimrc
View file

@ -110,6 +110,7 @@ if has("unix") || has("mac")
"Needed for YouCompleteMe"
let g:easytags_opts=['--fields=+l']
Plugin 'godlygeek/tabular'
Plugin 'beyondmarc/opengl.vim'
Plugin 'tikhomirov/vim-glsl'
Plugin 'beyondmarc/hlsl.vim'
Plugin 'rust-lang/rust.vim'