diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-01 23:11:08 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-01 23:11:08 +0100 |
commit | df166c3b8b075a3444dd88215320aa7fbaa55ed5 (patch) | |
tree | 112db3241a2cde7fbc7f0837a2f1ab5d302fa8f9 /lua/options.lua | |
parent | b650582c60755e3ade2866665f710f07e91022de (diff) | |
parent | 94a93643ab76f92435de2db21a41f6476894f8b3 (diff) |
Merge 'upstream/master' chore: fix typos
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 = '␣' } |