more vsp instead of sp
This commit is contained in:
parent
b5390dfedb
commit
b4e8741e50
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue