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