-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsp_definitions with jump_to_single_result doesn't work #980
Comments
@ibhagwan you are the best, thank you! |
@ibhagwan of course my pleasure but unfortunatley I have another one connected to this now I keep getting this notification that no definitions were found |
I just tried at the exact same code location your cursor is placed in the screenshot, can you let me know better how to reproduce this? Does this happen all the time or after a while? At what exact location? |
Also can you try running |
@ibhagwan yes that's the fix. Thank you again! |
Info
nvim --version
: v0.10.0-dev-2016+g5dc0bdfe9fzf --version
: 0.45.0Description
For example if I try to jump to definiton of
running_procs_by_buf
from this line https://github.com/mfussenegger/nvim-lint/blob/4dbc7ec60b33b656f7c54bb945671a55b18699f2/lua/lint.lua#L198C5-L198C5Without
jump_to_single_result
it properly jumps to the definition after selecting the item in picker, but withjump_to_single_result
it just stays in placemy config: https://github.com/kapral18/config.nvim/blob/dee5f388194a315bfbf7d8587b7d3ce8de9dbe60/lua/plugins/fzf.lua
The text was updated successfully, but these errors were encountered: