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.
2 parents 218b36c + 23e9192 commit e20ff84Copy full SHA for e20ff84
init.lua
@@ -146,7 +146,7 @@ vim.o.splitbelow = true
146
-- Notice listchars is set using `vim.opt` instead of `vim.o`.
147
-- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables.
148
-- See `:help lua-options`
149
--- and `:help lua-options-guide`
+-- and `:help lua-guide-options`
150
vim.o.list = true
151
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
152
0 commit comments