feat: lazy setup with either a plugins module, or a plugins spec

This commit is contained in:
Folke Lemaitre 2022-12-01 13:33:55 +01:00
parent f0894be69d
commit af8b8e128e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
8 changed files with 54 additions and 53 deletions

View file

@ -26,7 +26,8 @@
- [ ] health checks: check merge conflicts async
- [ ] unsupported props or props from other managers
- [x] rename `run` to `build`
- [ ] allow setting up plugins through config
- [ ] delete lazy keymaps when a plugin loads
- [x] allow setting up plugins through config
- [x] task timeout
- [ ] log file
- [ ] deal with re-sourcing init.lua. Check a global?
@ -67,6 +68,7 @@
- `requires` => `dependencies`
- `as` => `name`
- `opt` => `lazy`
- `run` => `build`
## 📦 Other Neovim Plugin Managers in Lua