ref
This commit is contained in:
parent
d8fef7e944
commit
fa21763215
@ -5,7 +5,7 @@ local function install_lazy_if_not_installed(lazypath)
|
|||||||
"git", "clone",
|
"git", "clone",
|
||||||
"--filter=blob:none",
|
"--filter=blob:none",
|
||||||
"https://github.com/folke/lazy.nvim.git",
|
"https://github.com/folke/lazy.nvim.git",
|
||||||
"--branch=stable", -- latest stable release
|
"--branch=stable",
|
||||||
lazypath,
|
lazypath,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
@ -32,7 +32,5 @@ end
|
|||||||
|
|
||||||
require("lazy").setup(
|
require("lazy").setup(
|
||||||
plugins,
|
plugins,
|
||||||
{
|
{ lockfile = vim.fn.stdpath("data") .. "/lazy-lock.json" }
|
||||||
lockfile = vim.fn.stdpath "data" .. "/lazy-lock.json"
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user