vimrc: set 256/termguicolors properly

This commit is contained in:
leo 2023-07-01 23:55:40 +02:00
parent 4d6864be38
commit 56a026f30e
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -1272,6 +1272,8 @@ set updatetime=250
if (has('termguicolors'))
set termguicolors
else
set t_Co=256
endif
" let there be light
" set background=light
@ -1423,7 +1425,6 @@ endif
set laststatus=2 " show status bar
set report=1 " Always report number of lines changed by ex commands
set t_Co=256
set guifont=Fira\ Code\ weight=450\ 12
set ballooneval " vim8+ popups