Skip to content

Commit e20ff84

Browse files
authored
Merge pull request #17 from derrekcoleman/patch-1
chore: fix help tag
2 parents 218b36c + 23e9192 commit e20ff84

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
@@ -146,7 +146,7 @@ vim.o.splitbelow = true
146146
-- Notice listchars is set using `vim.opt` instead of `vim.o`.
147147
-- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables.
148148
-- See `:help lua-options`
149-
-- and `:help lua-options-guide`
149+
-- and `:help lua-guide-options`
150150
vim.o.list = true
151151
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
152152

0 commit comments

Comments
 (0)