Set gitgutter signcolumn to neutral background color

main
Michael Mandl 2020-05-30 21:01:45 +02:00 committed by changeme
parent 9825334a20
commit 797881eeb5
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ nnoremap <F2> <C-]>
" swp-vim
let g:swpvim_autoformat = 0
" git-gutter
highlight SignColumn ctermbg=0
" autotag
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128