diff --git a/lua/options.lua b/lua/options.lua index c1a70a5..2b47242 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -53,7 +53,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 = '␣' }