mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 11:53:29 +00:00
chore(zed): add templ, add requirements
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -21,3 +21,8 @@ github.com/rhysd/actionlint/cmd/actionlint@v1.7.1
|
|||||||
github.com/doron-cohen/antidot@v0.6.3
|
github.com/doron-cohen/antidot@v0.6.3
|
||||||
// FZF is a general-purpose command-line fuzzy finder.
|
// FZF is a general-purpose command-line fuzzy finder.
|
||||||
github.com/junegunn/fzf@latest
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -135,6 +135,7 @@
|
|||||||
"sieve": true,
|
"sieve": true,
|
||||||
"sql": true,
|
"sql": true,
|
||||||
"stylelint": true,
|
"stylelint": true,
|
||||||
|
"templ": true,
|
||||||
"toml": true,
|
"toml": true,
|
||||||
"vue": true,
|
"vue": true,
|
||||||
"vue-snippets": true,
|
"vue-snippets": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user