diff --git a/dots/.nvim-environments/primary/config/lua/core/options.lua b/dots/.nvim-environments/primary/config/lua/core/options.lua index ee9ceb43..2f76f44a 100755 --- a/dots/.nvim-environments/primary/config/lua/core/options.lua +++ b/dots/.nvim-environments/primary/config/lua/core/options.lua @@ -119,6 +119,9 @@ M.setup = function() -- Set command bar height opt.cmdheight = 1 + + -- Set splitkeep + vim.opt.splitkeep = "screen" end return M