From 32167b308bb91e0fdd72a90d9db64d327a1f9cfb Mon Sep 17 00:00:00 2001 From: pro100ton Date: Sat, 30 Nov 2024 10:26:01 +0300 Subject: [PATCH] Add incommand setting --- lua/t0xa/core/options.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/t0xa/core/options.lua b/lua/t0xa/core/options.lua index 05061ad..2511376 100644 --- a/lua/t0xa/core/options.lua +++ b/lua/t0xa/core/options.lua @@ -46,3 +46,6 @@ opt.conceallevel = 0 opt.foldmethod = "indent" opt.foldcolumn = "1" opt.foldlevelstart = 10 + +-- Live buffer editing +opt.inccommand = "split"