From 98eebdc0607a2c0e9bc49b5eaea9603fb93b3c08 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 20 Sep 2025 19:32:34 +0200 Subject: [PATCH] fix: set inccommand to split --- lua/ow/core/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/ow/core/options.lua b/lua/ow/core/options.lua index a01c5d9..01e37b3 100644 --- a/lua/ow/core/options.lua +++ b/lua/ow/core/options.lua @@ -78,6 +78,7 @@ vim.opt.autoread = true vim.opt.jumpoptions = { "stack", "view", "clean" } vim.opt.updatetime = 100 vim.opt.guicursor:append("a:Cursor") +vim.opt.inccommand = "split" function _G._status_line_git() local status = vim.b.gitsigns_status_dict