refactor(nvim): disable lazy redraw
This commit is contained in:
parent
a556a6e50a
commit
d6f8206d8c
@ -75,8 +75,8 @@ M.setup = function()
|
||||
-- Cursor line highlight
|
||||
opt.cursorline = true
|
||||
|
||||
-- Lazy Redraw to Speed Up Macros
|
||||
opt.lazyredraw = true
|
||||
-- Disable lazy redraw to interact with plugins better
|
||||
opt.lazyredraw = false
|
||||
|
||||
-- Spell Settings
|
||||
opt.spelllang = { "en_us" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user