Add clang syntax highlighting to c/cpp in vim
This commit is contained in:
@@ -64,6 +64,10 @@ set nowrap
|
||||
|
||||
"" Plugin configuration
|
||||
|
||||
" color_coded, libclang-based syntax highlighting
|
||||
let g:color_coded_enabled = 1
|
||||
let g:color_coded_filetypes = ['c', 'cpp']
|
||||
|
||||
" lightline.vim
|
||||
let g:lightline = {}
|
||||
let g:lightline.colorscheme = 'Tomorrow_Night_Bright'
|
||||
|
||||
Reference in New Issue
Block a user