[vimrc] Add openGL syntax highlighting
This commit is contained in:
parent
00f2cded0c
commit
f5a91f00c1
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue