1 parent 89c0cd0 commit 6fd97beCopy full SHA for 6fd97be
1 file changed
nvim/lua/options.lua
@@ -20,7 +20,7 @@ opt.smartindent = true
20
opt.wrap = false
21
22
-- Search settings
23
-opt.ignorecase = true
+opt.ignorecase = false
24
opt.smartcase = true
25
opt.hlsearch = true
26
opt.incsearch = true
0 commit comments