This commit is contained in:
2025-06-18 19:36:42 +02:00
parent 9eccb3143c
commit 4be1a76578

View File

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