We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f728e6 commit f18efa1Copy full SHA for f18efa1
lua/lazy/util.lua
@@ -6,6 +6,7 @@ end
6
7
function M.open(uri)
8
if M.file_exists(uri) then
9
+ vim.cmd.split()
10
return vim.cmd.view(uri)
11
end
12
local cmd
0 commit comments