Add clang syntax highlighting to c/cpp in vim
This commit is contained in:
@@ -6,5 +6,6 @@ https://github.com/scrooloose/nerdcommenter.git
|
|||||||
https://github.com/lervag/vimtex.git
|
https://github.com/lervag/vimtex.git
|
||||||
https://github.com/jalvesaq/Nvim-R.git
|
https://github.com/jalvesaq/Nvim-R.git
|
||||||
https://github.com/vim-scripts/Smart-Tabs.git
|
https://github.com/vim-scripts/Smart-Tabs.git
|
||||||
|
https://github.com/jeaye/color_coded.git
|
||||||
opt:
|
opt:
|
||||||
https://github.com/kristijanhusak/vim-hybrid-material.git
|
https://github.com/kristijanhusak/vim-hybrid-material.git
|
||||||
|
|||||||
@@ -64,6 +64,10 @@ set nowrap
|
|||||||
|
|
||||||
"" Plugin configuration
|
"" Plugin configuration
|
||||||
|
|
||||||
|
" color_coded, libclang-based syntax highlighting
|
||||||
|
let g:color_coded_enabled = 1
|
||||||
|
let g:color_coded_filetypes = ['c', 'cpp']
|
||||||
|
|
||||||
" lightline.vim
|
" lightline.vim
|
||||||
let g:lightline = {}
|
let g:lightline = {}
|
||||||
let g:lightline.colorscheme = 'Tomorrow_Night_Bright'
|
let g:lightline.colorscheme = 'Tomorrow_Night_Bright'
|
||||||
|
|||||||
Reference in New Issue
Block a user