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