nvimdev / nvimdev/lspsaga.nvim
Winbar(Breadcrumbs) not working as Expected.
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The winbar provided by lspsaga only contains the File path. And not the lsp related symbols(functions, classes, etc)
I tried navic and that seems to work fine, However I would like to use LspSaga for this since it provides nice highlighting..
Attaching some screenshots for your reference:
LspSaga:
Navic:
Both screenshots are taken inside the same file and same function scope
Steps to reproduce
Relevant Config:
require("lspsaga").setup({})
Expected behavior
Lspsaga shows function name as well as folder and file in winbar.
Neovim version (nvim -v)
v0.9.5
lspsaga commit
Terminal name/version
st
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 reproducing the reported behavior in Neovim 0.9.5 with require("lspsaga").setup({}), using the same file and function scope described in the issue. Compare the LspSaga winbar with the working navic result; the issue is done when the LspSaga winbar shows folder, file, and LSP symbols such as the current function.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100