From 0fb7dd1720c2a1cda6961439a2a961958bb01ab8 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 5 May 2020 20:40:33 -0300 Subject: [PATCH] Colorful themes need a workaround for Kitty --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 8f80ca6..d96abc6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -278,6 +278,11 @@ nmap :TilerReorder let g:tiler#master#size = 55 +" ---------------------------------------------------------------------- +" Workaround for Kitty +" ---------------------------------------------------------------------- +let &t_ut='' + " ---------------------------------------------------------------------- " Lastly, load configurations available only to this computer " ----------------------------------------------------------------------