Fixed gdscript lsp on emacs

This commit is contained in:
Emmet
2023-08-08 21:23:51 -05:00
parent 066419666e
commit 02c527eddf
2 changed files with 10 additions and 0 deletions

View File

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