-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.9.5
Operating system/version
MacOS 12.7.2
Describe the bug
In java project, when I use lombok annotation @Accessors(chain = true).
It shows Lombok annotation handler class lombok.eclipse.handlers.HandleAccessors failed - See error log, but I can't find the error log.
And In IJ IDEA, the project can works normal.
I don't know if this problem is relevant to nvim-java plugin, If I'm not asking the right question, I will close this issue.
Steps To Reproduce
- Open a java project, add
@Accessors(chain = true)to a model file like User.java; - It will show the error.
Expected Behavior
I wish this annotation can work normally, like the IJ IDEA.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working