You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breadcrumbs are not displayed if TreeSitter is used as the only source. I traced it down to commit 35988af. If the commit before it is used, breadcrumbs show up as expected.
Bug: Treesitter source does not return any symbols.
Fix: Remove use of deprecated `opts.sources.treesitter.name_pattern`
which is always nil. Use `opts.sources.treesitter.name_regex` to
get name for the treesitter node.
Description
Breadcrumbs are not displayed if TreeSitter is used as the only source. I traced it down to commit 35988af. If the commit before it is used, breadcrumbs show up as expected.
nvim version
v0.10.2
dropbar.nvim version
9d8cad9
Operating system and version
macOS 14.6.1
Minimal config
Steps to reproduce
Specify
treesitter
as the only source in the config and open a file type that you have treesitter installed for.Expected behavior
Breadcrumbs are visible
Actual behavior
No breadcrumbs
Additional information
No response
The text was updated successfully, but these errors were encountered: