Fix incommand option

This commit is contained in:
pro100ton 2025-02-01 07:55:33 +03:00
parent f9c4d63afb
commit d315070a8b

View file

@ -1,7 +1,7 @@
local opt = vim.opt local opt = vim.opt
-- Command to show inline what are you trying to perform -- Command to show inline what are you trying to perform
inccommand = "split" opt.inccommand = "split"
-- Search settings to toggle "smart case" search only if 1+ uppercase char -- Search settings to toggle "smart case" search only if 1+ uppercase char
-- persist in search line -- persist in search line