feat(nvim): set splitkeep to screen
This commit is contained in:
parent
b18d480f41
commit
4ef478a14a
@ -119,6 +119,9 @@ M.setup = function()
|
|||||||
|
|
||||||
-- Set command bar height
|
-- Set command bar height
|
||||||
opt.cmdheight = 1
|
opt.cmdheight = 1
|
||||||
|
|
||||||
|
-- Set splitkeep
|
||||||
|
vim.opt.splitkeep = "screen"
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
x
Reference in New Issue
Block a user