From 0b2c03c633713d3b79b8308bf365c989f30c5255 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 1 Sep 2021 16:42:29 +0200 Subject: [PATCH] vimrc: set updatetime to 250 --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 4c280e0..c83ab05 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -475,7 +475,7 @@ set encoding=utf-8 " important for powerline besides others set ignorecase " searches are case insensitive... set smartcase " ... unless they contain at least one capital letter set noscrollbind -set updatetime=1000 +set updatetime=250 " no background from colorscheme as it messes with background transparency in kitty autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE