We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f93e59 commit b2437f2Copy full SHA for b2437f2
1 file changed
tests/minimal_init.lua
@@ -9,7 +9,7 @@ end
9
function M.load(plugin)
10
local name = plugin:match(".*/(.*)")
11
local package_root = M.root(".tests/site/pack/deps/start/")
12
- if not vim.loop.fs_stat(package_root .. name) then
+ if not (vim.uv or vim.loop).fs_stat(package_root .. name) then
13
print("Installing " .. plugin)
14
vim.fn.mkdir(package_root, "p")
15
vim.fn.system({
0 commit comments