neovim: Show live preview of substitution

pull/64/head
Simon Bruder 2022-04-12 17:58:52 +02:00
parent 404f1a44e1
commit 8d55e5093a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -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