Skip to content

Commit 6fd97be

Browse files
committed
nvim: ignorecase = false
1 parent 89c0cd0 commit 6fd97be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nvim/lua/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ opt.smartindent = true
2020
opt.wrap = false
2121

2222
-- Search settings
23-
opt.ignorecase = true
23+
opt.ignorecase = false
2424
opt.smartcase = true
2525
opt.hlsearch = true
2626
opt.incsearch = true

0 commit comments

Comments
 (0)