mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
01c6ee41ba
commit
836cdb2bea
|
@ -38,21 +38,21 @@ FEATURES *lazy.nvim-features*
|
||||||
TODO *lazy.nvim-todo*
|
TODO *lazy.nvim-todo*
|
||||||
|
|
||||||
|
|
||||||
- health checks: check merge conflicts async
|
|
||||||
- unsupported props or props from other managers
|
|
||||||
- other packages still in site?
|
|
||||||
- other package manager artifacts still present? compiled etc
|
|
||||||
- fix plugin details
|
- fix plugin details
|
||||||
- show disabled plugins (strikethrough?)
|
- show disabled plugins (strikethrough?)
|
||||||
- log file
|
- log file
|
||||||
- git tests
|
- git tests
|
||||||
- Import specs from other plugin managers
|
- Import specs from other plugin managers
|
||||||
- Background update checker
|
|
||||||
- packspec <https://github.com/nvim-lua/nvim-package-specification>
|
- packspec <https://github.com/nvim-lua/nvim-package-specification>
|
||||||
- add support to specify `engines`, `os` and `cpu` like in `package.json`
|
- add support to specify `engines`, `os` and `cpu` like in `package.json`
|
||||||
- semver merging. Should check if two or more semver ranges are compatible and calculate the union range
|
- semver merging. Should check if two or more semver ranges are compatible and calculate the union range
|
||||||
- default semver merging strategy: if no version matches all, then use highest version?
|
- default semver merging strategy: if no version matches all, then use highest version?
|
||||||
- package meta index (package.lua cache for all packages)
|
- package meta index (package.lua cache for all packages)
|
||||||
|
- Background update checker
|
||||||
|
- health checks: check merge conflicts async
|
||||||
|
- unsupported props or props from other managers
|
||||||
|
- other packages still in site?
|
||||||
|
- other package manager artifacts still present? compiled etc
|
||||||
- status page showing running handlers and cache stats
|
- status page showing running handlers and cache stats
|
||||||
- delete lazy keymaps when a plugin loads. Reset handlers for a plugin?
|
- delete lazy keymaps when a plugin loads. Reset handlers for a plugin?
|
||||||
- deal with re-sourcing init.lua. Check a global?
|
- deal with re-sourcing init.lua. Check a global?
|
||||||
|
|
Loading…
Reference in New Issue