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:
parent
32cfe71d6e
commit
ee281479af
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user