-
-
Notifications
You must be signed in to change notification settings - Fork 6
Not work in neovim #68
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
Comments
Do you mean the same example was working before As per log, it seems the file wasn't parsed at all. So I would expect nothing to work. But I wonder why. |
In my case, version v0.9.0 works well. |
I'll take a look at over the weekends |
I am able to reproduce this, it is related with not being able to find a workspace root. If you |
Thanks for your work! |
Hi, i am very happy to see a new version finally released, but when I upgraded protols from 0.9.0 to 0.11.1 through mason, I found that the related functions did not work.
For example, I have a very simple demo.proto file. My cursor is on DemoReq and I want to use lsp's go to definition. At this time, a warning pops up.
In addition, the error prompt does not seem to work. When I delete the
;
symbol at the end of the first line, there is no error prompt as expected.Finally, I also tried to add a protols.toml file in the working directory and enter the content, but it still does not work.
LspInfo:
log:
The text was updated successfully, but these errors were encountered: