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