diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-21 11:44:24 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-21 11:44:24 -0600 |
commit | a151bbece7db45e1af6f45cce2c0436f71114abc (patch) | |
tree | 0049c2c02aa511ea32a2cf7905ddf035c731a64f /home/vimrc | |
parent | fb2e1a98a7ec74b8425266d2525328bc5b03e7a5 (diff) |
use Terminal.app on MacOS and Kitty only on linux
stop using truecolor support in vim
Diffstat (limited to 'home/vimrc')
-rw-r--r-- | home/vimrc | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -95,16 +95,6 @@ nnoremap <leader>r :ALEDetail<Enter> " visual " -if has("termguicolors") && ( $COLORTERM == 'truecolor' || $COLORTERM == '24bit') - set termguicolors -endif - -" kitty terminal doesn't support bg blanking -" https://github.com/kovidgoyal/kitty/issues/108#issuecomment-320492663 -if ($TERM == 'xterm-kitty') - let &t_ut='' -endif - set background=light silent! colo tempus_dawn let g:airline_theme='tempus_dawn' |