From 90fbd90a3383cfa7288fdc660052fd6a8fe01b85 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 4 Jun 2023 14:04:08 +0100 Subject: [PATCH] feat(nvim): show matches in a split window --- lua/opdavies/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/opdavies/options.lua b/lua/opdavies/options.lua index 3a707d3..e96fa2e 100644 --- a/lua/opdavies/options.lua +++ b/lua/opdavies/options.lua @@ -129,6 +129,7 @@ local function set_vim_o() foldmethod = "indent", formatoptions = "lm", hidden = false, + inccommand = "split", linebreak = true, mouse = "n", number = true,