Skip to content

Commit 23e9192

Browse files
chore: fix help tag
1 parent 3338d39 commit 23e9192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ vim.o.splitbelow = true
148148
-- Notice listchars is set using `vim.opt` instead of `vim.o`.
149149
-- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables.
150150
-- See `:help lua-options`
151-
-- and `:help lua-options-guide`
151+
-- and `:help lua-guide-options`
152152
vim.o.list = true
153153
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
154154

0 commit comments

Comments
 (0)