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

21
package-lock.json generated Normal file
View file

@ -0,0 +1,21 @@
{
"name": "nvim",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"tree-sitter-cli": "^0.21.0"
}
},
"node_modules/tree-sitter-cli": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.21.0.tgz",
"integrity": "sha512-wA7wT5724fNQW82XDH6zT6ZcYonjrAKLCHHuhLsPcAKULrhp3rNuMvlgBdB5FUBvmjHNhtTZF/qpHenMoRJPBw==",
"hasInstallScript": true,
"bin": {
"tree-sitter": "cli.js"
}
}
}
}