From 066419666e6cc8fe3fa72b2ac4132069d7c020b2 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 5 Aug 2023 08:04:12 -0500 Subject: [PATCH] Added godot lsp to emacs --- user/app/doom-emacs/doom.org | 2 +- user/app/doom-emacs/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index 762d02ef..821697ad 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -1349,7 +1349,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo ;;fortran ; in FORTRAN, GOD is REAL (unless declared INTEGER) ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 - gdscript ; the language you waited for + (gdscript +lsp) ; the language you waited for ;;(go +lsp) ; the hipster dialect (haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python diff --git a/user/app/doom-emacs/init.el b/user/app/doom-emacs/init.el index 0a3dc3c9..55a99d21 100644 --- a/user/app/doom-emacs/init.el +++ b/user/app/doom-emacs/init.el @@ -116,7 +116,7 @@ ;;fortran ; in FORTRAN, GOD is REAL (unless declared INTEGER) ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 - gdscript ; the language you waited for + (gdscript +lsp) ; the language you waited for ;;(go +lsp) ; the hipster dialect (haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python