chore: fix help tag (#1671)

This commit is contained in:
Derrek
2026-01-27 08:09:58 -07:00
committed by GitHub
parent 8f479db123
commit b15cca8d31

View File

@@ -148,7 +148,7 @@ vim.o.splitbelow = true
-- Notice listchars is set using `vim.opt` instead of `vim.o`.
-- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables.
-- See `:help lua-options`
-- and `:help lua-options-guide`
-- and `:help lua-guide-options`
vim.o.list = true
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }