feat(nvim): show matches in a split window

This commit is contained in:
Oliver Davies 2023-06-04 14:04:08 +01:00
parent e285152992
commit 90fbd90a33

View file

@ -129,6 +129,7 @@ local function set_vim_o()
foldmethod = "indent",
formatoptions = "lm",
hidden = false,
inccommand = "split",
linebreak = true,
mouse = "n",
number = true,