mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add go template
This commit is contained in:
parent
f4f98b248d
commit
6da0fcbb1b
9 changed files with 75 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue