Merge 'upstream/master' chore: fix typos

This commit is contained in:
Damjan 9000
2024-03-01 23:11:08 +01:00
7 changed files with 9 additions and 9 deletions

View File

@@ -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 = '' }