feat: added debug option

This commit is contained in:
Folke Lemaitre 2022-12-02 16:52:22 +01:00
parent fe6b0b03ea
commit e4cf8b1416
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 17 additions and 3 deletions

View file

@ -52,6 +52,7 @@ M.defaults = {
cache = nil,
reset_packpath = true, -- packpath will be reset to only include lazy. This makes packadd a lot faster
},
debug = false,
}
M.ns = vim.api.nvim_create_namespace("lazy")