Browse Source

Add clang syntax highlighting to c/cpp in vim

master
Riyyi 5 years ago
parent
commit
5def6490a0
  1. 1
      .config/vim/pack/list
  2. 4
      .config/vim/vimrc
  3. 1
      packages

1
.config/vim/pack/list

@ -6,5 +6,6 @@ https://github.com/scrooloose/nerdcommenter.git
https://github.com/lervag/vimtex.git
https://github.com/jalvesaq/Nvim-R.git
https://github.com/vim-scripts/Smart-Tabs.git
https://github.com/jeaye/color_coded.git
opt:
https://github.com/kristijanhusak/vim-hybrid-material.git

4
.config/vim/vimrc

@ -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'

1
packages

@ -9,6 +9,7 @@ brightnessctl
capitaine-cursors
checkbashisms
chromium
clang
dialog
domoticz-git
dos2unix

Loading…
Cancel
Save