Lombok doesn't load lombok.config #449
Unanswered
DasGandlaf
asked this question in
Q&A
Replies: 1 comment
-
I added
|
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
-
Hi!
In my project root, I have the lombok.config file:
fluent = true
generatesvar()
, instead ofgetVar()
. This does not work for me. Lombok.config does not seem to get loaded, although the default i.e.getVar()
does work. IntelliJ has the correct behaviour, but not Neovim. I am not sure if the problem is upstream or not.I would appreciate any help to get the lombok.config file to load.
Edit: Even when I run the CLI option delombok onto a file, it has the correct behaviour. Only when using Neovim, it doesn't.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions