diff options
author | Marek Filipowicz <[email protected]> | 2021-06-26 19:15:02 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-26 13:15:02 -0400 |
commit | a9e904711843374d85ca8a454fd70fc9890180ad (patch) | |
tree | b216b5706d09c20e87817892fe5b99b2677b9589 /README.md | |
parent | 19003f7577f360b5b2ced84ac1e23202660d0f79 (diff) |
feat(java): Replace the current custom installation of java, with lspinstall (#517)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |