2022-11-26 21:31:29 +08:00
|
|
|
# lazy.nvim
|
|
|
|
|
2022-11-28 14:36:46 +08:00
|
|
|
## ✨ Features
|
|
|
|
|
2022-11-29 07:15:13 +08:00
|
|
|
- [x] Partial clones instead of shallow clones
|
|
|
|
- [x] waits till missing deps are installed (bootstrap Neovim and start using it right away)
|
|
|
|
- [x] Async
|
|
|
|
- [x] No need for compile
|
|
|
|
- [x] Fast
|
|
|
|
- [x] Correct sequencing of dependencies (deps should always be opt. Maybe make everything opt?)
|
2022-11-28 14:36:46 +08:00
|
|
|
- [ ] Import specs from Packer
|
2022-11-29 07:15:13 +08:00
|
|
|
- [x] Config in multiple files
|
|
|
|
- [x] Patterns for local packages
|
|
|
|
- [x] Profiling
|
2022-11-29 15:23:23 +08:00
|
|
|
- [x] lockfile
|
|
|
|
- [x] check for updates
|
2022-11-28 14:36:46 +08:00
|
|
|
- [ ] package.lua
|
|
|
|
- [ ] package-lock.lua
|
2022-11-29 07:15:13 +08:00
|
|
|
- [x] tag/version support `git tag --sort version:refname`
|
|
|
|
- [x] auto-loading on completion for lazy-loaded commands
|
|
|
|
- [x] semver https://devhints.io/semver
|
2022-11-28 14:36:46 +08:00
|
|
|
https://semver.npmjs.com/
|
|
|
|
|
2022-11-26 21:31:29 +08:00
|
|
|
## ✅ TODO
|
|
|
|
|
2022-11-29 07:15:13 +08:00
|
|
|
- [ ] view keybindings for update/clean/...
|
|
|
|
- [ ] add profiler to view
|
|
|
|
- [ ] add buttons for actions
|
|
|
|
- [x] show time taken for op in view
|
2022-11-28 14:36:46 +08:00
|
|
|
- [ ] package meta index (package.lua cache for all packages)
|
|
|
|
- [ ] migrate from Packer
|
2022-11-26 21:31:29 +08:00
|
|
|
- [ ] auto lazy-loading of lua modules
|
|
|
|
- [ ] use uv file watcher to check for config changes
|
|
|
|
- [x] clear errors
|
2022-11-29 07:15:13 +08:00
|
|
|
- [x] add support for versions `git tag --sort v:refname`
|
2022-11-28 14:36:46 +08:00
|
|
|
- [ ] rename requires to deps
|
2022-11-29 07:15:13 +08:00
|
|
|
- [x] move tasks etc to Plugin.state
|
|
|
|
- [ ] allow setting up plugins through config
|