diff options
author | ThanosApollo <[email protected]> | 2022-09-29 05:36:38 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-29 05:36:38 +0300 |
commit | 3dd675161d1bb055f1155b2cbb736e630296421a (patch) | |
tree | 9829b6871c80087611334a3afaef28f47785ff80 /.doom.d/init.el | |
parent | 2161f83635710574af0d15caff620658d7a01b76 (diff) |
Add go
Diffstat (limited to '.doom.d/init.el')
-rw-r--r-- | .doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index 6306383..077b59f 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -134,7 +134,7 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - ;;(go +lsp) ; the hipster dialect + (go +lsp) ; the hipster dialect ;;(graphql +lsp) ; Give queries a REST ;;(haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python |