diff options
-rw-r--r-- | lua/dep.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/dep.lua b/lua/dep.lua index d21bfd2..386e739 100644 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -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) |