Fix incommand option
This commit is contained in:
parent
f9c4d63afb
commit
d315070a8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue