nvim-lua/wishlist

Treesitter based "tagbar like" plugin

Open

#25 opened on Jul 18, 2021

 (2 comments) (6 reactions) (0 assignees) (0 forks)github user discovery
help wantedidea

Repository metrics

Stars
 (249 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What? I would love to see a treesitter based tagbar like plugin. I think treesitter is perfect for this!

Why? I love tagbar but it requires a third party binary (ctags, universal-tags, etc.) to work.

Potential existing implementations:

Potential pitfalls:

Different languages may require different kinds of queries (I don't know enough about treesitter to know if this will be an issue).

edit: Added another potential implementation

Contributor guide