vim: change cpp and glsl plugins

This commit is contained in:
masterzu 2017-05-11 16:59:58 +02:00
parent 8da80c81ac
commit 3c47a002dc
1 changed files with 6 additions and 2 deletions

View File

@ -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