We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fcff5 commit ef35253Copy full SHA for ef35253
tests/prepare-config.lua
@@ -1,3 +1,5 @@
1
+local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
2
+
3
if not vim.loop.fs_stat(lazypath) then
4
vim.fn.system({
5
'git',
0 commit comments