Smartcase for search.
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2024-06-22 20:10:58 +00:00
parent c398ad1bd4
commit 302420c2d6
Signed by: deepak
GPG Key ID: 8F904A3FC7021497

View File

@ -15,6 +15,9 @@ vim.opt.foldlevelstart = 99
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.ignorecase = true
vim.opt.smartcase = true
vim.opt.spell = true
vim.opt.spelllang = 'en_gb'