Add better C++ syntax highlighting

This commit is contained in:
Mark Vainomaa 2017-01-29 14:34:00 +02:00
parent 3ae096042c
commit 85a4050832
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ Plug 'Shougo/vimproc.vim', {'do' : 'make'}
" C++
Plug 'Rip-Rip/clang_complete', {'for': ['c', 'cpp']}
Plug 'octol/vim-cpp-enhanced-highlight'
" Python
Plug 'zchee/deoplete-jedi', {'for': 'python'}