aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-04-29 11:16:04 -0400
committerSquibid <me@zacharyscheiman.com>2023-04-29 11:16:04 -0400
commitb4e8741e503eaf7ff95d3c604681ca57f3d5a321 (patch)
treef4cfbb2a5c6632ada4b7ce38ce562f66cc9d8355 /lua
parentb5390dfedb7fa178d7ab716c8004a028ba70ceb6 (diff)
downloaddep-b4e8741e503eaf7ff95d3c604681ca57f3d5a321.tar.gz
dep-b4e8741e503eaf7ff95d3c604681ca57f3d5a321.tar.bz2
dep-b4e8741e503eaf7ff95d3c604681ca57f3d5a321.zip
more vsp instead of sp
Diffstat (limited to '')
-rw-r--r--lua/dep.lua4
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)