From b4e8741e503eaf7ff95d3c604681ca57f3d5a321 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 29 Apr 2023 11:16:04 -0400 Subject: more vsp instead of sp --- lua/dep.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') 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) -- cgit v1.2.1