diff options
Diffstat (limited to 'lua/user/opts.lua')
| -rw-r--r-- | lua/user/opts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 39cd2a4..38e1250 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -34,7 +34,7 @@ vim.opt.autoread = true -- reload files if changed externally vim.opt.display = "lastline" -- Show as much as possible of the last line. vim.opt.inccommand = "split" -- vim.opt.ttyfast = true -- Faster redrawing. ---vim.opt.lazyredraw = true -- Only redraw when necessary +vim.opt.lazyredraw = true -- Only redraw when necessary vim.opt.keywordprg = ":help" -- :help options vim.opt.ruler = true -- vim.opt.errorbells = false -- |
