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:
parent
7c23528607
commit
138553d3c6
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -49,6 +49,11 @@ nnoremap j gj
|
||||||
nnoremap k gk
|
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
|
" Licenses
|
||||||
let g:licenses_copyright_holders_name = $USER_NICKNAME
|
let g:licenses_copyright_holders_name = $USER_NICKNAME
|
||||||
let g:licenses_authors_name = $USER_NICKNAME
|
let g:licenses_authors_name = $USER_NICKNAME
|
||||||
|
|
Loading…
Reference in a new issue