Add clang syntax highlighting to c/cpp in vim

This commit is contained in:
Riyyi
2019-01-05 16:07:11 +01:00
parent c759f0a98c
commit 5def6490a0
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -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
+4
View File
@@ -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'
+1
View File
@@ -9,6 +9,7 @@ brightnessctl
capitaine-cursors capitaine-cursors
checkbashisms checkbashisms
chromium chromium
clang
dialog dialog
domoticz-git domoticz-git
dos2unix dos2unix