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",
|
||||
formatoptions = "lm",
|
||||
hidden = false,
|
||||
inccommand = "split",
|
||||
linebreak = true,
|
||||
mouse = "n",
|
||||
number = true,
|
||||
|
|
Loading…
Reference in a new issue