Skip to content

Commit

Permalink
docs: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Nov 9, 2023
1 parent 1821eca commit 897ff5b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
with drop-down menu support and multiple backends
</p>

- [Features](#features)
<!--toc:start-->
- [Features & TODO](#features-todo)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
Expand All @@ -26,6 +27,7 @@
- [Symbol](#symbol)
- [Bar](#bar)
- [Menu](#menu)
- [Fzf](#fzf)
- [Sources](#sources)
- [Path](#path)
- [Treesitter](#treesitter)
Expand All @@ -51,8 +53,9 @@
- [Default `on_click()` Callback](#default-on_click-callback)
- [Lazy-Loading Expensive Fields](#lazy-loading-expensive-fields)
- [Similar Projects](#similar-projects)
<!--toc:end-->

## Features
## Features & TODO

https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-b20fc3098c5a

Expand Down Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions doc/dropbar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 897ff5b

Please sign in to comment.