Add note on which jar to use

Build system for https://github.com/prominic/groovy-language-server generates two different jars, this adds a note on which jar to use.
This commit is contained in:
Peixian Wang 2021-03-05 11:04:18 -05:00 committed by Maximilian Wolff
parent b2d89fdc3f
commit 34aeca5f98
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,7 @@ To set explicitly do the following in your dotfile:
#+BEGIN_SRC emacs-lisp
(groovy :variables
groovy-backend 'lsp
groovy-lsp-jar-path "path/to/groovy/lsp/jar.jar")
groovy-lsp-jar-path "path/to/groovy/lsp/jar-all.jar")
#+END_SRC
For this to work you will also need to obtain
@ -74,6 +74,8 @@ LSP layer. Also it is advisable to have a look
at the autocomplete layer for an optimal
intellisense config for LSP.
NOTE: The build on https://github.com/prominic/groovy-language-server will generate two jar files. You will need the ~groovy-language-server-all.jar~ as the ~groovy-lsp-jar-path~.
* Key bindings
** Imports