feat(nvim): show matches in a split window
This commit is contained in:
parent
0a6d1f8e3a
commit
1f4ba88a17
|
@ -129,6 +129,7 @@ local function set_vim_o()
|
||||||
foldmethod = "indent",
|
foldmethod = "indent",
|
||||||
formatoptions = "lm",
|
formatoptions = "lm",
|
||||||
hidden = false,
|
hidden = false,
|
||||||
|
inccommand = "split",
|
||||||
linebreak = true,
|
linebreak = true,
|
||||||
mouse = "n",
|
mouse = "n",
|
||||||
number = true,
|
number = true,
|
||||||
|
|
Loading…
Reference in a new issue