docs: update todo

This commit is contained in:
Folke Lemaitre 2022-12-05 14:47:18 +01:00
parent 6d68cc6ea2
commit 82f5f617f5
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 3 additions and 3 deletions

View File

@ -27,12 +27,9 @@
- [ ] unsupported props or props from other managers - [ ] unsupported props or props from other managers
- [ ] other packages still in site? - [ ] other packages still in site?
- [ ] other package manager artifacts still present? compiled etc - [ ] other package manager artifacts still present? compiled etc
- [ ] status page showing running handlers and cache stats
- [x] delete lazy keymaps when a plugin loads. Reset handlers for a plugin?
- [ ] fix plugin details - [ ] fix plugin details
- [ ] show disabled plugins (strikethrough?) - [ ] show disabled plugins (strikethrough?)
- [ ] log file - [ ] log file
- [ ] deal with re-sourcing init.lua. Check a global?
- [ ] git tests - [ ] git tests
- [ ] Import specs from other plugin managers - [ ] Import specs from other plugin managers
- [ ] [packspec](https://github.com/nvim-lua/nvim-package-specification) - [ ] [packspec](https://github.com/nvim-lua/nvim-package-specification)
@ -40,6 +37,9 @@
- [ ] 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)
- [x] status page showing running handlers and cache stats
- [x] delete lazy keymaps when a plugin loads. Reset handlers for a plugin?
- [x] deal with re-sourcing init.lua. Check a global?
- [x] rename `run` to `build` - [x] rename `run` to `build`
- [x] temp colorscheme - [x] temp colorscheme
- [x] allow setting up plugins through config **fooo** - [x] allow setting up plugins through config **fooo**