mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +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
|
@ -464,6 +464,8 @@ return {
|
|||
-- Track each new require in the Lazy profiling tab
|
||||
require = false,
|
||||
},
|
||||
-- Show the lazy.nvim installer interface
|
||||
show_ui = true,
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue