Replies: 1 comment
-
Well it's even more broken than I thought. I doesn't seem to be properly building the workspace... When first opening the project the workspace build fine, but if I for example refactor a class and change its name then it doesn't get rebuilt, so other files still see it with the old name. Then after a while the old |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a custom config and have been trying to setup nvim-java. I'm using lazy as a package manager and I used the linked Kickstart repo as a guide to get this:
It seems to be working fine (at least for the simple things I've tried), but I get an error every time I autocomplete from the LSP source.
Here's the error:
Given that the error shows up when autocompleting here's my completion config using blink (though it has nothing specific to java):
Any ideas what might be the problem? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions