neovim: Show live preview of substitution
This commit is contained in:
parent
404f1a44e1
commit
8d55e5093a
|
@ -58,6 +58,7 @@ autocmd BufReadPost * if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~#
|
|||
|
||||
-- Search
|
||||
opt.ignorecase = true -- ignore case
|
||||
opt.inccommand = 'nosplit' -- live preview of substitution
|
||||
opt.smartcase = true -- but only with all-lowercase searches
|
||||
|
||||
-- Highlight trailing spaces
|
||||
|
|
Loading…
Reference in a new issue