Merge remote-tracking branch 'upstream/master'
Merge commits from upstream nvim-kickstart repo
This commit is contained in:
commit
b0efc9b64e
3 changed files with 13 additions and 12 deletions
2
init.lua
2
init.lua
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue