-
-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Since commit b48b807 Lspsaga finder def+ref shows only the definition while Lspsaga finder ref correctly shows the references. Reverting the commit (including the typos associated commits) makes the finder behaves correctly — well at least as before.
I experience this problem on Python code with pyright or pylsp as LSP servers.
Steps to reproduce
With a Python file like using default Lspsage configuration:
def test():
print("foo")
if __name__ == "__main__":
test()Invoking Lspsaga finder def+ref on the test() shows only the definition while Lspsaga finder ref shows the two references, including the definition.
Expected behavior
Lspsaga finder def+ref should show both the definition and the references.
Neovim version (nvim -v)
v0.10.0-dev bc850ba
lspsaga commit
Terminal name/version
konsole
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working