Set the directory for the Java LSP workspace
This commit is contained in:
parent
934e4fc06f
commit
1c7ba9d2cb
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
:after-call java-mode
|
||||
:init
|
||||
(add-hook 'java-mode-local-vars-hook #'lsp!)
|
||||
(setq lsp-java-server-install-dir (concat doom-etc-dir "eclipse.jdt.ls/server/"))
|
||||
(setq lsp-java-server-install-dir (concat doom-etc-dir "eclipse.jdt.ls/server/")
|
||||
lsp-java-workspace-dir (concat doom-etc-dir "java-workspace"))
|
||||
:config
|
||||
;; TODO keybinds
|
||||
;; TODO treemacs integration (?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue