Add more terminal configs

This commit is contained in:
David Holland 2020-07-30 22:05:45 +02:00
parent 4f982ea624
commit 925358fb63
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ runtime platform.vim
if g:platform ==? "linux"
"autocmd VimLeave * set guicursor=a:ver35-blinkon0
"set guicursor=
if $TERM ==? "alacritty"
if $TERM ==? "alacritty" || $TERM ==? "st-256color" || $TERM ==? "xterm-256color"
set termguicolors
else
set notermguicolors