Add syntax highlighting for glsl
This commit is contained in:
parent
770ad90da6
commit
602083b7b5
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -23,6 +23,7 @@
|
||||||
"| Tagbar | https://github.com/majutsushi/tagbar |"
|
"| Tagbar | https://github.com/majutsushi/tagbar |"
|
||||||
"| Undotree | https://github.com/mbbill/undotree |"
|
"| Undotree | https://github.com/mbbill/undotree |"
|
||||||
"| Vim-Airline | https://github.com/bling/vim-airline |"
|
"| Vim-Airline | https://github.com/bling/vim-airline |"
|
||||||
|
"| Vim-GLSL | https://github.com/tikhomirov/vim-glsl |"
|
||||||
"| Vim-Gnupg | https://github.com/jamessan/vim-gnupg |"
|
"| Vim-Gnupg | https://github.com/jamessan/vim-gnupg |"
|
||||||
"| Vim-Perl | https://github.com/vim-perl/vim-perl |"
|
"| Vim-Perl | https://github.com/vim-perl/vim-perl |"
|
||||||
"| Vim-Startify | https://github.com/mhinz/vim-startify |"
|
"| Vim-Startify | https://github.com/mhinz/vim-startify |"
|
||||||
|
@ -78,6 +79,7 @@ if has("unix") || has("mac")
|
||||||
Plugin 'vim-airline/vim-airline-themes'
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
Plugin 'vim-airline/vim-airline'
|
Plugin 'vim-airline/vim-airline'
|
||||||
Plugin 'godlygeek/tabular'
|
Plugin 'godlygeek/tabular'
|
||||||
|
Plugin 'tikhomirov/vim-glsl'
|
||||||
Plugin 'jamessan/vim-gnupg'
|
Plugin 'jamessan/vim-gnupg'
|
||||||
Plugin 'kien/ctrlp.vim'
|
Plugin 'kien/ctrlp.vim'
|
||||||
Plugin 'Lokaltog/vim-easymotion'
|
Plugin 'Lokaltog/vim-easymotion'
|
||||||
|
|
Loading…
Reference in a new issue