Merge branch 'master' of https://github.com/DM-Francis/nvim-config
This commit is contained in:
commit
3684997f8f
3 changed files with 13 additions and 12 deletions
2
init.lua
2
init.lua
|
|
@ -198,7 +198,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