mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
ci: update minit.lua
This commit is contained in:
parent
c220e04cd6
commit
8546f6232e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
vim.env.LAZY_STDPATH = ".tests"
|
||||
vim.env.LAZY_PATH = vim.fs.normalize("~/projects/lazy.nvim")
|
||||
|
||||
if vim.fn.isdirectory(vim.env.LAZY_PATH) then
|
||||
if vim.fn.isdirectory(vim.env.LAZY_PATH) == 1 then
|
||||
loadfile(vim.env.LAZY_PATH .. "/bootstrap.lua")()
|
||||
else
|
||||
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"), "bootstrap.lua")()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue