disabling lazy redraw

This commit is contained in:
aminnairi
2023-12-04 19:14:21 +01:00
parent 2b91bb9abc
commit 379239cd13
+1 -1
View File
@@ -15,7 +15,7 @@ vim.o.incsearch = true
vim.o.infercase = true
vim.o.joinspaces = true
vim.o.laststatus = 2
vim.o.lazyredraw = true
vim.o.lazyredraw = false
vim.o.nobackup = true
vim.o.nobreakindent = true
vim.o.nocompatible = true