mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: dependencies are opt=true by default if they only appear as a dep
This commit is contained in:
parent
5810635a26
commit
908b9adf9c
6 changed files with 128 additions and 26 deletions
|
@ -42,8 +42,9 @@
|
|||
- [x] move tasks etc to Plugin.state
|
||||
- [ ] allow setting up plugins through config
|
||||
- [ ] handlers imply opt
|
||||
- [ ] dependencies imply opt for deps
|
||||
- [x] dependencies imply opt for deps
|
||||
- [x] fix local plugin spec
|
||||
- [ ] investigate all opt=true. Simplifies logic (easily switch between opt/start afterwards)
|
||||
|
||||
## 📦 Differences with Packer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue