nvim: set color of cc to something other than red
la-ninpre leobrekalini@gmail.com
Wed, 10 Aug 2022 10:16:32 +0300
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
nvim/.config/nvim/init.vim
→
nvim/.config/nvim/init.vim
@@ -89,6 +89,7 @@ " colorscheme: {{{
" limelight let g:limelight_conceal_ctermfg = 'gray' let g:limelight_conceal_ctermfg = 240 +hi ColorColumn ctermbg=grey " }}} " mappings: {{{