Merge remote-tracking branch 'upstream/master'

Merge commits from upstream nvim-kickstart repo
This commit is contained in:
David Francis 2023-06-28 23:40:03 +01:00
commit b0efc9b64e
3 changed files with 13 additions and 12 deletions

View file

@ -202,7 +202,7 @@ vim.o.breakindent = true
-- Save undo history
vim.o.undofile = true
-- Case insensitive searching UNLESS /C or capital in search
-- Case-insensitive searching UNLESS \C or capital in search
vim.o.ignorecase = true
vim.o.smartcase = true