Fixes lsp-java-workspace placing stuff in git dir

This commit is contained in:
Emmet 2023-07-31 08:54:06 -05:00
parent f923d625af
commit 2459f01634
2 changed files with 4 additions and 0 deletions

View file

@ -1047,3 +1047,5 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
(use-package nix-mode
:hook (nix-mode . lsp-deferred)
:ensure t)
(setq lsp-java-workspace-dir "/home/emmet/.local/share/doom/java-workspace")