aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-01-08 17:17:36 -0800
committerGitHub <noreply@github.com>2021-01-08 17:17:36 -0800
commit7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284 (patch)
treee03272f82c87cfa7b181856614542a07bfe7f01b /lua
parentMerge pull request #646 from mjlbach/jdtls_fix_formatting (diff)
downloadnvim-lspconfig-7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284.tar
nvim-lspconfig-7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284.tar.gz
nvim-lspconfig-7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284.tar.bz2
nvim-lspconfig-7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284.tar.lz
nvim-lspconfig-7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284.tar.xz
nvim-lspconfig-7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284.tar.zst
nvim-lspconfig-7b9d44dbe2fa6845deb268b78ef75dbc8a2ad284.zip
jdtls: fix spelling error
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/jdtls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/jdtls.lua b/lua/lspconfig/jdtls.lua
index b2d7d7dd..6b4b909e 100644
--- a/lua/lspconfig/jdtls.lua
+++ b/lua/lspconfig/jdtls.lua
@@ -81,7 +81,7 @@ inferred. Please set the following environmental variables to match your install
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 JDLTS_CONFIG=/path/to/eclipse.jdt.ls/org.eclipse.jdt.ls.product/target/repository/config_linux
+export JDTLS_CONFIG=/path/to/eclipse.jdt.ls/org.eclipse.jdt.ls.product/target/repository/config_linux
export WORKSPACE=$HOME/workspace
```
]];