Improve c++ syntax highlighting in vim

This commit is contained in:
Michael Campagnaro 2017-07-10 10:31:42 -04:00
parent fc264542b0
commit ca39707ad4

3
vimrc
View File

@ -118,6 +118,9 @@ Plug 'peterhoeg/vim-qml'
" Markdown
Plug 'tpope/vim-markdown'
" C++
Plug 'bfrg/vim-cpp-enhanced-highlight'
call plug#end()
filetype plugin indent on