more vsp instead of sp
This commit is contained in:
@ -834,11 +834,11 @@ return setmetatable({
|
|||||||
list = wrap_api("dep.list", print_list),
|
list = wrap_api("dep.list", print_list),
|
||||||
|
|
||||||
open_log = wrap_api("dep.open_log", function()
|
open_log = wrap_api("dep.open_log", function()
|
||||||
vim.cmd("sp " .. logger.path)
|
vim.cmd("vsp " .. logger.path)
|
||||||
end),
|
end),
|
||||||
|
|
||||||
open_config = wrap_api("dep.open_config", function()
|
open_config = wrap_api("dep.open_config", function()
|
||||||
vim.cmd("sp " .. config_path)
|
vim.cmd("vsp " .. config_path)
|
||||||
end),
|
end),
|
||||||
}, {
|
}, {
|
||||||
__call = function(_, config)
|
__call = function(_, config)
|
||||||
|
Reference in New Issue
Block a user