feat(nvim): show matches in a split window
This commit is contained in:
parent
e285152992
commit
90fbd90a33
|
@ -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,
|
||||||
|
|
Reference in a new issue