set redrawtime option to 4000

This commit is contained in:
2022-04-15 20:48:45 +03:00
parent fa57967897
commit f5bc06d60c

View File

@@ -40,6 +40,7 @@ opt.scrolloff = 5
opt.colorcolumn = "120" opt.colorcolumn = "120"
opt.autoread = true opt.autoread = true
opt.showmode = false opt.showmode = false
opt.redrawtime = 4000
-- if vim.fn.has("win32") == 1 then -- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe" -- opt.shell = "powershell.exe"