summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarek Filipowicz <[email protected]>2021-06-26 19:15:02 +0200
committerGitHub <[email protected]>2021-06-26 13:15:02 -0400
commita9e904711843374d85ca8a454fd70fc9890180ad (patch)
treeb216b5706d09c20e87817892fe5b99b2677b9589 /README.md
parent19003f7577f360b5b2ced84ac1e23202660d0f79 (diff)
feat(java): Replace the current custom installation of java, with lspinstall (#517)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d50bc15d..39efd91c 100644
--- a/README.md
+++ b/README.md
@@ -296,6 +296,8 @@ To install a supported language server:
See [LspInstall](https://github.com/kabouzeid/nvim-lspinstall) for more
info.
+In order for Java LSP to work, edit `~/.local/share/nvim/lspinstall/java/jdtls.sh` and replace `WORKSPACE="$1"` with `WORKSPACE="$HOME/workspace"`
+
Most common languages should be supported out of the box, if yours is
not I would welcome a PR