fix(nvim): set splitkeep to cursor

This fixes some problems cropping up in trouble.nvim
This commit is contained in:
Price Hiller 2023-07-07 20:15:03 -05:00
parent bb7c6cea63
commit ad35098a0f
No known key found for this signature in database

View File

@ -121,7 +121,7 @@ M.setup = function()
opt.cmdheight = 1 opt.cmdheight = 1
-- Set splitkeep -- Set splitkeep
vim.opt.splitkeep = "screen" vim.opt.splitkeep = "cursor"
-- Hide the tabline -- Hide the tabline
vim.opt.showtabline = 0 vim.opt.showtabline = 0