chore(vimrc): update gitgutter congiguration

* set sign backgrouds = 0
* preview win floating = 0 as the floating window with vim has some
  issues (overflowing the parent window, resulting in illegible text,
  low bg contrast)
This commit is contained in:
surtur 2021-05-20 20:32:50 +02:00
parent 32cfe71d6e
commit ee281479af
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -135,6 +135,8 @@ endif
let g:gitgutter_terminal_reports_focus=0 let g:gitgutter_terminal_reports_focus=0
let g:gitgutter_async = 1 let g:gitgutter_async = 1
let g:gitgutter_sign_allow_clobber=0 let g:gitgutter_sign_allow_clobber=0
let g:gitgutter_set_sign_backgrounds = 0
let g:gitgutter_preview_win_floating = 0
set foldtext=gitgutter#fold#foldtext() set foldtext=gitgutter#fold#foldtext()
let g:deoplete#enable_at_startup = 1 let g:deoplete#enable_at_startup = 1