From 82f5f617f50a95f38fc6db4fb1799159d0532e5a Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 5 Dec 2022 14:47:18 +0100 Subject: [PATCH] docs: update todo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00ce00d..7d65d6e 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,9 @@ - [ ] 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 -- [x] delete lazy keymaps when a plugin loads. Reset handlers for a plugin? - [ ] fix plugin details - [ ] show disabled plugins (strikethrough?) - [ ] log file -- [ ] deal with re-sourcing init.lua. Check a global? - [ ] git tests - [ ] Import specs from other plugin managers - [ ] [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 - default semver merging strategy: if no version matches all, then use highest version? - [ ] 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] temp colorscheme - [x] allow setting up plugins through config **fooo**