lsp: add lsp and linter for typescript

Co-Authored-by: iGor milhit <igor@milhit.ch>
fix-treesitter
iGor milhit 2026-01-20 16:32:15 +01:00
parent 5c9c87d0c4
commit 47eb5c5f1d
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 2 additions and 0 deletions

View File

@ -31,10 +31,12 @@ return {
require("mason-lspconfig").setup({ require("mason-lspconfig").setup({
ensure_installed = { ensure_installed = {
"cssls", "cssls",
"eslint",
"html", "html",
"jsonls", "jsonls",
"lua_ls", "lua_ls",
"marksman", "marksman",
"ts_ls",
"ty", "ty",
"ruff", "ruff",
"yamlls", "yamlls",