mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: lazy setup with either a plugins module, or a plugins spec
This commit is contained in:
parent
f0894be69d
commit
af8b8e128e
8 changed files with 54 additions and 53 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue