Browse Source

[vimrc] Add openGL syntax highlighting

merge-requests/1/merge
lhark 8 years ago
parent
commit
f5a91f00c1
  1. 1
      vimrc

1
vimrc

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

Loading…
Cancel
Save