more vsp instead of sp

This commit is contained in:
2023-04-29 11:16:04 -04:00
parent b5390dfedb
commit b4e8741e50

View File

@ -834,11 +834,11 @@ return setmetatable({
list = wrap_api("dep.list", print_list),
open_log = wrap_api("dep.open_log", function()
vim.cmd("sp " .. logger.path)
vim.cmd("vsp " .. logger.path)
end),
open_config = wrap_api("dep.open_config", function()
vim.cmd("sp " .. config_path)
vim.cmd("vsp " .. config_path)
end),
}, {
__call = function(_, config)