From b209b531e0805f4e1e6a0b1dc1f0edc08ab68292 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 762d02e..821697a 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 0a3dc3c..55a99d2 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