Set gitgutter signcolumn to neutral background color
parent
9825334a20
commit
797881eeb5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue