Improve light-dark toggle speed and Vim

This commit is contained in:
Tibo De Peuter 2023-11-06 10:45:26 +01:00
parent 1cb3fad4cc
commit ffda64709f
2 changed files with 19 additions and 3 deletions

View file

@ -51,6 +51,9 @@ if $TERM == 'xterm-kitty'
set term=xterm-256color
endif
" Automatically start vim in a server - enable colorscheme switching
call remote_startserver("VIM")
" AUTO ------------------------------------------------------------------ {{{
if has("autocmd")