We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3338d39 commit 23e9192Copy full SHA for 23e9192
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