- Notifications
You must be signed in to change notification settings - Fork1.7k
goto reference/definition have changed and are flaky now#6714
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 5 comments 32 replies
-
That's not normal. What picker do you use? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I'm not OP but I'm experiencing the same issue. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Are you also using fzf-lua, like op? If you have a command like |
BetaWas this translation helpful?Give feedback.
All reactions
-
![]() I assume it's fzf for me. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Same issue. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Are you also using fzf-lua, like op? If you have a command like |
BetaWas this translation helpful?Give feedback.
All reactions
-
The only thing popping up for Although I just ran a sync and it seems to be fine now! |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Are you all 100% certain you're on the latest release? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I'm on v0.11.2 (mac) and v0.11.4 (linux/ubuntu), both have the same configuration (synced between two machines) and both show the same symptoms. All plugins are up to date ( |
BetaWas this translation helpful?Give feedback.
All reactions
-
Try with a fresh LazyVim installation to see if you can repro. From my testing I could not repro 1.`mkdir~/.config/lazytest`2.`git clone https://github.com/LazyVim/starter~/.config/lazytest`3.`NVIM_APPNAME=lazytest nvim` andwaitfor installation to finish4. Restart Neovim withcommand from step 35. Enable Typescript Extra and restart again withcommand from step 3 For cleanup rm -rf~/.local/share/lazytestrm -rf~/.local/state/lazytestrm -rf~/.cache/lazytestrm -rf~/.config/lazytest Also what does |
BetaWas this translation helpful?Give feedback.
All reactions
-
So remove those mappings you added. Does it then work as expected? |
BetaWas this translation helpful?Give feedback.
All reactions
-
The correct gr/gd mappings are only added in buffers that have LSP attached that provide definitions/references, so to test you have to be in an actual buffer with LSP attached |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
It is working now. I will have to use it more to see if it works consistently now. |
BetaWas this translation helpful?Give feedback.
All reactions
-
that's what I figured. Like I said I fixed that exact issue, but your "work-around" actually did exactly the opposite of what you wanted, so that's why it didn't work for you. |
BetaWas this translation helpful?Give feedback.
All reactions
-
fyi, I removed that work-around from the description here, so that other users don't just copy that in their config without reading everything |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Update from my end:
Buildtype: ReleaseLuaJIT2.1.1761727121 (worked with
![]()
![]()
I will remove plugins and see if I can find one that might be causing this.
![]() |
BetaWas this translation helpful?Give feedback.
All reactions
-
gotcha, done. ![]() will update how it goes (probably tomorrow again). |
BetaWas this translation helpful?Give feedback.
All reactions
-
![]() Unfortunately it is still happening occasionally. I have not found a reliable way to reproduce it, but that |
BetaWas this translation helpful?Give feedback.
All reactions
-
Did you try the steps from thiscomment to test with a fresh LazyVim installation? And only enable the Python Extra, don't copy over any of your personal configuration. You might also be interested in setting |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I haven't, given it happens sporadically and I cannot reproduce it, I would have to work with minimum config for a while which is nearly impossible, Neovim custom config is just too awesome! But I am doing it now, will post an update (edit: done, seenext comment). I have swapped Here are some more observations:
vs
|
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
@dpetka2001 ran fresh installation - as you described, only thing I installed afterwards is
![]()
I have kept the "lazytest" installation in case you want me to test something else. If you or@folke want to jump on a call to do some live debugging, I am more than happy to! |
BetaWas this translation helpful?Give feedback.











