diff options
Diffstat (limited to 'lua/options.lua')
-rw-r--r-- | lua/options.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/options.lua b/lua/options.lua index 2248add..b290827 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -42,8 +42,8 @@ vim.opt.splitright = true vim.opt.splitbelow = true -- Sets how neovim will display certain whitespace in the editor. --- See :help 'list' --- and :help 'listchars' +-- See `:help 'list'` +-- and `:help 'listchars'` vim.opt.list = true vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' } |