vimrc: set 256/termguicolors properly
This commit is contained in:
parent
4d6864be38
commit
56a026f30e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user