Browse Source

Colorful themes need a workaround for Kitty

master
Julio Biason 4 years ago
parent
commit
0fb7dd1720
  1. 5
      vim/vimrc

5
vim/vimrc

@ -278,6 +278,11 @@ nmap <Leader><space> :TilerReorder<CR>
let g:tiler#master#size = 55
" ----------------------------------------------------------------------
" Workaround for Kitty
" ----------------------------------------------------------------------
let &t_ut=''
" ----------------------------------------------------------------------
" Lastly, load configurations available only to this computer
" ----------------------------------------------------------------------

Loading…
Cancel
Save