fix: update searching
This commit is contained in:
parent
8e643a37f7
commit
5502fdb092
@ -53,6 +53,8 @@ if vim.fn.has('termguicolors') == 1 then
|
||||
end
|
||||
|
||||
-- Better Searching (Incremental searching, live replacing)
|
||||
opt('ignorecase', true)
|
||||
opt('smartcase', true)
|
||||
opt('hlsearch', false)
|
||||
opt('incsearch', true)
|
||||
opt('inccommand', 'nosplit')
|
||||
|
Loading…
Reference in New Issue
Block a user