From 2f6d8af3f92a8af1ca065109a799979121f2da86 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 31 Aug 2022 02:39:42 +0200 Subject: [PATCH] vim:settings: Turn on `lazyredraw` --- .config/vim/vimrc.d/30-settings.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/vim/vimrc.d/30-settings.vim b/.config/vim/vimrc.d/30-settings.vim index bc58e56..ae8ff84 100644 --- a/.config/vim/vimrc.d/30-settings.vim +++ b/.config/vim/vimrc.d/30-settings.vim @@ -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