Fixed lazy conf and update lock file

This commit is contained in:
2023-12-10 09:45:10 +01:00
parent 5f86dedac9
commit 28fb285525
2 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ if not vim.loop.fs_stat(lazypath) then
vim.fn.system {
"git",
"clone",
"--depth=1",
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
"--branch=stable",