nvim : enable smartcase.

This commit is contained in:
Dmitry Voronin 2023-10-22 18:10:42 +03:00
parent 96b7f449f8
commit 235c50e81c

View file

@ -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