We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f479db commit b15cca8Copy full SHA for b15cca8
1 file changed
init.lua
@@ -148,7 +148,7 @@ vim.o.splitbelow = true
148
-- Notice listchars is set using `vim.opt` instead of `vim.o`.
149
-- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables.
150
-- See `:help lua-options`
151
--- and `:help lua-options-guide`
+-- and `:help lua-guide-options`
152
vim.o.list = true
153
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
154
0 commit comments