bezhermoso / todos-lualine.nvim

MIT License
1 stars 0 forks source link

feature: Show todos only in current buffer #2

Open Tschimmy opened 4 months ago

Tschimmy commented 4 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

I want, like I do with diagnostics, show the todos only of my current buffer. At work we have a big monorepo with a lot of ToDos that are out of my control. That makes showing all todos of my workspace a little bit misleading for me. I am much more interested in the current buffer and what I need to do there.

Describe the solution you'd like

See only those Todos, Notes, etc. of my current buffer

Describe alternatives you've considered

I can't see and still use it like it is now.

Additional context

No response

bezhermoso commented 2 weeks ago

Hi @Tschimmy this is currently beholden to what the underlying plugin I'm getting the data from offers, I'm gonna look into whether it can provide buffer-local data. If so it should be trivial to add.