Add incommand setting

This commit is contained in:
pro100ton 2024-11-30 10:26:01 +03:00
parent 5f3ba77ba7
commit 32167b308b

View file

@ -46,3 +46,6 @@ opt.conceallevel = 0
opt.foldmethod = "indent" opt.foldmethod = "indent"
opt.foldcolumn = "1" opt.foldcolumn = "1"
opt.foldlevelstart = 10 opt.foldlevelstart = 10
-- Live buffer editing
opt.inccommand = "split"