ignore case on normal search

This commit is contained in:
2026-02-12 19:59:20 +01:00
parent d4e9a4e3c8
commit e0bdfc51fe
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ vim.cmd [[
set cursorline
set noswapfile
set list
set ignorecase
nnoremap ,co :copen<CR>
nnoremap ,cc :cclose<CR>