From ee281479affdfbe29ccaebadd3226059f5071eb0 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 20 May 2021 20:32:50 +0200 Subject: [PATCH] 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) --- .vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index 499e761..8824946 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -135,6 +135,8 @@ endif let g:gitgutter_terminal_reports_focus=0 let g:gitgutter_async = 1 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() let g:deoplete#enable_at_startup = 1