vim:settings: Turn on lazyredraw

This commit is contained in:
2022-08-31 02:39:42 +02:00
parent 5606967050
commit 2f6d8af3f9

View File

@@ -83,6 +83,9 @@ set iskeyword+=-
set nofixendofline
" Let the cursor move beyond the EOL when in visual-block mode.
set virtualedit+=block
" Do not redraw screen while executing macros, registers and other commands that
" have not been typed.
set lazyredraw
if (exists('g:loaded_gitgutter'))
" Augment the default `foldtext()` with an indicator whether the folded