diff --git a/init.lua b/init.lua index 0bad41d..4bfb34d 100644 --- a/init.lua +++ b/init.lua @@ -149,7 +149,7 @@ vim.o.splitbelow = true -- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables. -- See `:help lua-options` -- and `:help lua-options-guide` -vim.o.list = true +vim.o.list = false vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' } -- Preview substitutions live, as you type!