fix(nvim): set splitkeep to cursor
This fixes some problems cropping up in trouble.nvim
This commit is contained in:
parent
bb7c6cea63
commit
ad35098a0f
@ -121,7 +121,7 @@ M.setup = function()
|
||||
opt.cmdheight = 1
|
||||
|
||||
-- Set splitkeep
|
||||
vim.opt.splitkeep = "screen"
|
||||
vim.opt.splitkeep = "cursor"
|
||||
|
||||
-- Hide the tabline
|
||||
vim.opt.showtabline = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user