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,