Although I love lombok, it gives too much problems while configuring sometimes, specially in Linux. When I was trying to install it, I was getting the following error:
I have the same issue of lombok not working on STS. For me root cause was that I have spaces in my STS installation directory
-javaagent:E:\Installation Directory with spaces\sts-X.X\lombok.jar
in STS.iniand after changing it to relative path
STS.ini
-javaagent:lombok.jar
lombok started working.