feat: add typescript lsp

This commit is contained in:
Guz
2024-12-05 19:31:22 -03:00
parent d579fd4517
commit f3477a2b22
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ local lsps = {
["nil_ls"] = {},
["tailwindcss"] = {},
["templ"] = {},
["ts_ls"] = {},
["rust_analyzer"] = {},
}

View File

@@ -41,6 +41,7 @@
nil
tailwindcss-language-server
templ
typescript-language-server
rust-analyzer
];