feat(nvim): set splitkeep to screen

This commit is contained in:
Price Hiller 2022-10-10 12:47:27 -05:00
parent b18d480f41
commit 4ef478a14a

View File

@ -119,6 +119,9 @@ M.setup = function()
-- Set command bar height
opt.cmdheight = 1
-- Set splitkeep
vim.opt.splitkeep = "screen"
end
return M