Initial setup, added these LSPs: gopls, templ, tailwindcss, htmx. Including in tree-sitter

This commit is contained in:
hustlenut 2024-03-09 14:47:05 +01:00
parent 8fae6798b9
commit 6a179b0c3d
4 changed files with 39 additions and 3 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"tree-sitter-cli": "^0.21.0"
}
}