From 897ff5b567c66248dce0a45870fa148a17050d60 Mon Sep 17 00:00:00 2001 From: bekaboo <18127878294@qq.com> Date: Thu, 9 Nov 2023 10:19:40 +0800 Subject: [PATCH] docs: update todos --- README.md | 19 ++++++++++++++----- doc/dropbar.txt | 7 +++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index adaa5083..7248bc77 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ with drop-down menu support and multiple backends

-- [Features](#features) + +- [Features & TODO](#features-todo) - [Requirements](#requirements) - [Installation](#installation) - [Usage](#usage) @@ -26,6 +27,7 @@ - [Symbol](#symbol) - [Bar](#bar) - [Menu](#menu) + - [Fzf](#fzf) - [Sources](#sources) - [Path](#path) - [Treesitter](#treesitter) @@ -51,8 +53,9 @@ - [Default `on_click()` Callback](#default-on_click-callback) - [Lazy-Loading Expensive Fields](#lazy-loading-expensive-fields) - [Similar Projects](#similar-projects) + -## Features +## Features & TODO https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-b20fc3098c5a @@ -126,13 +129,19 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975- - [ ] Preview symbols (files) from `path` source -- [ ] Add more actions other than `jump` and `preview`, e.g. `rename`, - `delete`, `select`, etc. - - [ ] Support visual mode selection to select/delete multiple symbols - [ ] Ability to hide/show the winbar on each window separately +- [ ] Add more tests for the sources `path`, `lsp`, and `treesitter` + +- [ ] Configurable scrollbar appearance + +- [ ] Update winbar sources dynamically + +- [ ] More responsive mouse clicking & hovering in insert (fzf) mode, like + in normal mode + ## Requirements - Neovim **Nightly** (>= 0.10.0-dev) diff --git a/doc/dropbar.txt b/doc/dropbar.txt index 70a88ea0..be377383 100644 --- a/doc/dropbar.txt +++ b/doc/dropbar.txt @@ -88,10 +88,13 @@ TODO - Add preview for symbols shown in the winbar - Preview symbols (files) from `path` source -- Add more actions other than `jump` and `preview`, e.g. `rename`, - `delete`, `select`, etc. - Support visual mode selection to select/delete multiple symbols - Ability to hide/show the winbar on each window separately +- Add more tests for the sources `path`, `lsp`, and `treesitter` +- Configurable scrollbar appearance +- Update winbar sources dynamically +- More responsive mouse clicking & hovering in insert (fzf) mode, like in + normal mode ============================================================================== REQUIREMENTS *dropbar-requirements*