mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
feat(ui): add option to disable lazy.nvim installer interface
This commit is contained in:
parent
96584866b9
commit
630a34da82
4 changed files with 7 additions and 1 deletions
|
@ -174,6 +174,7 @@ M.defaults = {
|
|||
-- Track each new require in the Lazy profiling tab
|
||||
require = false,
|
||||
},
|
||||
show_ui = true,
|
||||
debug = false,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue