feat: add go template

This commit is contained in:
Leon Schwarzäugl 2024-12-31 17:34:37 +01:00
parent f4f98b248d
commit 6da0fcbb1b
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 75 additions and 3 deletions

View file

@ -116,7 +116,7 @@ These blocks are later inserted here: [[#h:aee5ec75-7ca6-40d8-b6ac-a3e7e33a474b]
** flake.nix template
** flake.nix skeleton
:PROPERTIES:
:CUSTOM_ID: h:aee5ec75-7ca6-40d8-b6ac-a3e7e33a474b
:END:
@ -486,6 +486,7 @@ This file defines the templates that are being exposed by the flake. These can b
templateNames = [
"python"
"rust"
"go"
];
in
lib.swarselsystems.mkTemplates templateNames
@ -13852,6 +13853,8 @@ After having tried out =lsp-mode= and =lsp-bridge= for a while each, I must say
c-ts-mode
c++-mode
c++-ts-mode
go-mode
go-ts-mode
rust-ts-mode
rustic-mode
tex-mode