From f8833fca733780fac01aece385788ecaf94faa0c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 10 Jul 2025 12:38:26 +0300 Subject: [PATCH] chore(zed): add templ, add requirements Signed-off-by: Ismo Vuorinen --- config/asdf/golang-packages | 5 +++++ config/zed/settings.json | 1 + 2 files changed, 6 insertions(+) diff --git a/config/asdf/golang-packages b/config/asdf/golang-packages index c1650e6..a7f543e 100644 --- a/config/asdf/golang-packages +++ b/config/asdf/golang-packages @@ -21,3 +21,8 @@ github.com/rhysd/actionlint/cmd/actionlint@v1.7.1 github.com/doron-cohen/antidot@v0.6.3 // FZF is a general-purpose command-line fuzzy finder. github.com/junegunn/fzf@latest +// gopls, the Go language server +golang.org/x/tools/gopls@latest +// A language for writing HTML user interfaces in Go. +github.com/a-h/templ/cmd/templ@latest + diff --git a/config/zed/settings.json b/config/zed/settings.json index 5034bab..21072f6 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -135,6 +135,7 @@ "sieve": true, "sql": true, "stylelint": true, + "templ": true, "toml": true, "vue": true, "vue-snippets": true,