fix: set inccommand to split

This commit is contained in:
2025-09-20 19:32:34 +02:00
parent b4645f28d8
commit 98eebdc060
+1
View File
@@ -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