all repos — dotfiles @ 1d5fef0cb93657632f239ea2aa903f81e3209985

personal dotfiles

nvim: set color of cc to something other than red
la-ninpre leobrekalini@gmail.com
Wed, 10 Aug 2022 10:16:32 +0300
commit

1d5fef0cb93657632f239ea2aa903f81e3209985

parent

2e80f4184dc9529afb31366d1d1c9d83bc16ebf8

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M nvim/.config/nvim/init.vimnvim/.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: {{{