diff --git a/plugin/options.lua b/plugin/options.lua index 01e1430..36a9696 100644 --- a/plugin/options.lua +++ b/plugin/options.lua @@ -1,7 +1,7 @@ local opt = vim.opt -- 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 -- persist in search line