How add jar libs?
I am need add jar libs without mvn or gradle on jdtls, okay, i understand there is many ides to this, but i want lunar vim with jdtls
Can lunar vim use nvim-jdtls ? The way to do this should be described at https://github.com/mfussenegger/nvim-jdtls#language-server-doesnt-find-classes-that-should-be-there .
I don't see too much information at https://www.lunarvim.org/languages/java.html , or the particular extension they're using.
Closing for now but feel free to re-open if there are other issues here. java.project.referencedLibraries is definitely the setting needed for more custom support of jar libraries where the project is unmanaged (neither Maven nor Gradle).