Set gitgutter signcolumn to neutral background color
This commit is contained in:
parent
9825334a20
commit
797881eeb5
@ -84,6 +84,9 @@ nnoremap <F2> <C-]>
|
|||||||
" swp-vim
|
" swp-vim
|
||||||
let g:swpvim_autoformat = 0
|
let g:swpvim_autoformat = 0
|
||||||
|
|
||||||
|
" git-gutter
|
||||||
|
highlight SignColumn ctermbg=0
|
||||||
|
|
||||||
" autotag
|
" autotag
|
||||||
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128
|
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user