Autocommit 2023-40-28 03:40:48

This commit is contained in:
2023-12-28 03:40:48 +01:00
parent 3fcfbf1d8d
commit bd5d8ac62f
8 changed files with 42 additions and 55 deletions

View File

@@ -21,4 +21,9 @@ opts = {
},
}
require("lazy").setup("plugins", opts)
local ok, lazy = pcall(require, "lazy")
if not ok then
return
end
lazy.setup("plugins", opts)