We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbad87 commit 9ce0cf0Copy full SHA for 9ce0cf0
tests/minit.lua
@@ -3,7 +3,7 @@
3
vim.env.LAZY_STDPATH = ".tests"
4
vim.env.LAZY_PATH = vim.fs.normalize("~/projects/lazy.nvim")
5
6
-if vim.fn.isdirectory(vim.env.LAZY_PATH) then
+if vim.fn.isdirectory(vim.env.LAZY_PATH) == 1 then
7
loadfile(vim.env.LAZY_PATH .. "/bootstrap.lua")()
8
else
9
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"), "bootstrap.lua")()
0 commit comments