Add incommand setting
This commit is contained in:
parent
5f3ba77ba7
commit
32167b308b
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue