mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-09 03:06:34 +05:30
add templ lsp
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user