mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: added debug option
This commit is contained in:
parent
fe6b0b03ea
commit
e4cf8b1416
3 changed files with 17 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue