Set gitgutter signcolumn to neutral background color
This commit is contained in:
parent
9825334a20
commit
797881eeb5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue