From d315070a8be03f87b0cdfd1b912c2bfbba7c9792 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Sat, 1 Feb 2025 07:55:33 +0300 Subject: [PATCH] Fix incommand option --- plugin/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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