feat(ui): add option to disable lazy.nvim installer interface

This commit is contained in:
Dayvid Albuquerque 2024-01-07 12:47:48 -03:00
commit 630a34da82
4 changed files with 7 additions and 1 deletions

View file

@ -174,6 +174,7 @@ M.defaults = {
-- Track each new require in the Lazy profiling tab
require = false,
},
show_ui = true,
debug = false,
}