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")

View file

@ -1218,6 +1218,8 @@ I don't have this active right now since I'm exploring tab-bar mode instead!
(use-package nix-mode
:hook (nix-mode . lsp-deferred)
:ensure t)
(setq lsp-java-workspace-dir "/home/emmet/.local/share/doom/java-workspace")
#+END_SRC
* My init.el
This section is the [[./init.el][init.el]] section, which controls which Doom modules are loaded.