From 138553d3c61f1099d1927001ed950a5934207bfd Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 13 Mar 2019 13:41:30 +0100 Subject: [PATCH] Fix a rendering issue with terminals without the bce capability https://sw.kovidgoyal.net/kitty/faq.html#using-a-color-theme-with-a-background-color-does-not-work-well-in-vim --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index abe20a1..1f3debf 100644 --- a/.vimrc +++ b/.vimrc @@ -49,6 +49,11 @@ nnoremap j gj nnoremap k gk +" Fix a rendering issue with terminals without the bce capability +" https://sw.kovidgoyal.net/kitty/faq.html#using-a-color-theme-with-a-background-color-does-not-work-well-in-vim +let &t_ut='' + + " Licenses let g:licenses_copyright_holders_name = $USER_NICKNAME let g:licenses_authors_name = $USER_NICKNAME