nvim : enable smartcase.
This commit is contained in:
parent
96b7f449f8
commit
235c50e81c
|
@ -1,5 +1,5 @@
|
|||
vim.opt.ignorecase = false
|
||||
vim.opt.smartcase = false
|
||||
vim.opt.ignorecase = true
|
||||
vim.opt.smartcase = true
|
||||
vim.opt.showmatch = true
|
||||
vim.opt.hlsearch = true
|
||||
vim.opt.incsearch = true
|
||||
|
|
Reference in a new issue