nvimdev / nvimdev/lspsaga.nvim
Breadcrumbs layout customization
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
It would be super-cool if we have the ability to customize how winbar for breadcrumbs looks like.
For my custom theme I'd like to customize it to look like this:
Describe the solution you'd like
Just add a callback function to configuration file with all symbols passed by parameters that returns a string that will be displayed in winbar.
Describe alternatives you've considered
No
Additional context
This is just visual representation feature request.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the breadcrumb winbar rendering and the configuration entry point in lspsaga.nvim. Define the callback inputs from the available breadcrumb symbols and verify that its returned string controls the displayed winbar layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100