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
This commit is contained in:
Rodolphe Breard 2019-03-13 13:41:30 +01:00
parent 7c23528607
commit 138553d3c6

5
.vimrc
View file

@ -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