diff options
author | gxlin <[email protected]> | 2021-05-30 23:41:27 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-05-30 23:41:27 +0800 |
commit | 33696132a4deecf6c717238db805b80e8bda540a (patch) | |
tree | fe1cfe4b1401f233af48286365e0329791d72d90 /.vim | |
parent | 8d66dbaa1e707a3aa7e2a4eac034269f822a9ed5 (diff) | |
download | dotfiles-33696132a4deecf6c717238db805b80e8bda540a.tar.gz dotfiles-33696132a4deecf6c717238db805b80e8bda540a.tar.bz2 dotfiles-33696132a4deecf6c717238db805b80e8bda540a.zip |
Add config related to kitty
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/init.vim b/.vim/init.vim index 58f7e0a..31ce971 100644 --- a/.vim/init.vim +++ b/.vim/init.vim @@ -24,6 +24,9 @@ if $COLORTERM is 'truecolor' set termguicolors endif +" Correct background rendering in some terminal +let &t_ut='' + " MacVim if has("gui_running") |