Adding glsl-hightlighting to vim.

This commit is contained in:
Faerbit 2015-06-21 22:23:57 +02:00
parent 737934e015
commit 9bf605fe1f

1
vimrc
View File

@ -18,6 +18,7 @@ if exists("*vundle#begin")
Plugin 'garbas/vim-snipmate'
Plugin 'honza/vim-snippets'
Plugin 'alfredodeza/coveragepy.vim'
Plugin 'tikhomirov/vim-glsl'
" All of your Plugins must be added before the following line
call vundle#end() " required