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

@ -567,6 +567,8 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
-- Track each new require in the Lazy profiling tab
require = false,
},
-- Show the lazy.nvim installer interface
show_ui = true,
}
<