add templ lsp

This commit is contained in:
2024-04-28 15:20:25 +05:30
parent 0b05e0d4d9
commit 9960ab7c16
4 changed files with 28 additions and 1 deletions

View File

@ -25,6 +25,7 @@ M.treesitter = {
"gomod",
"gowork",
"gosum",
"templ",
-- rust
"rust",
@ -41,6 +42,7 @@ M.mason = {
-- web dev
"css-lsp",
"html-lsp",
"htmx-lsp",
"prettier",
"prettierd",
"eslint-lsp",
@ -52,6 +54,7 @@ M.mason = {
-- go
"gopls",
"templ",
-- rust
"codelldb",