diff options
| author | rafamadriz <rafaelcontacto@pm.me> | 2021-05-12 15:17:35 -0300 |
|---|---|---|
| committer | rafamadriz <rafaelcontacto@pm.me> | 2021-05-12 15:17:35 -0300 |
| commit | 7cb26aef433a593fd556337f4757e1165a13d6fe (patch) | |
| tree | 4537dc205dbf901cc26e62f92abd01df437c7b04 /lua/lspconfig/jdtls.lua | |
| parent | modify jdtls env var example for one that works on all systems (diff) | |
| download | nvim-lspconfig-7cb26aef433a593fd556337f4757e1165a13d6fe.tar nvim-lspconfig-7cb26aef433a593fd556337f4757e1165a13d6fe.tar.gz nvim-lspconfig-7cb26aef433a593fd556337f4757e1165a13d6fe.tar.bz2 nvim-lspconfig-7cb26aef433a593fd556337f4757e1165a13d6fe.tar.lz nvim-lspconfig-7cb26aef433a593fd556337f4757e1165a13d6fe.tar.xz nvim-lspconfig-7cb26aef433a593fd556337f4757e1165a13d6fe.tar.zst nvim-lspconfig-7cb26aef433a593fd556337f4757e1165a13d6fe.zip | |
revert config.md and modify jdtls instead
Diffstat (limited to 'lua/lspconfig/jdtls.lua')
| -rw-r--r-- | lua/lspconfig/jdtls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/jdtls.lua b/lua/lspconfig/jdtls.lua index 0afc62bd..44b3ea4f 100644 --- a/lua/lspconfig/jdtls.lua +++ b/lua/lspconfig/jdtls.lua @@ -141,7 +141,7 @@ inferred. Please set the following environmental variables to match your install ```bash export JAR=/path/to/eclipse.jdt.ls/org.eclipse.jdt.ls.product/target/repository/plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar export GRADLE_HOME=$HOME/gradle -export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.9.11-9.fc33.x86_64/ +export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:/bin/java::") export JDTLS_CONFIG=/path/to/eclipse.jdt.ls/org.eclipse.jdt.ls.product/target/repository/config_linux export WORKSPACE=$HOME/workspace ``` |
