vim: change cpp and glsl plugins
This commit is contained in:
parent
8da80c81ac
commit
3c47a002dc
|
@ -24,8 +24,12 @@ Plugin 'surround.vim'
|
||||||
Plugin 'ciscoacl.vim'
|
Plugin 'ciscoacl.vim'
|
||||||
|
|
||||||
" language
|
" language
|
||||||
Plugin 'octol/vim-cpp-enhanced-highlight'
|
" Plugin 'octol/vim-cpp-enhanced-highlight'
|
||||||
Plugin 'rust-lang/rust.vim'
|
" C++ http://www.vim.org/scripts/script.php?script_id=3302
|
||||||
|
" install with vim clang_complete.vmb -c 'so %' -c 'q'
|
||||||
|
" GLSL
|
||||||
|
Plugin 'tikhomirov/vim-glsl'
|
||||||
|
" Plugin 'rust-lang/rust.vim'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|
Loading…
Reference in New Issue