This commit is contained in:
2025-10-20 16:09:07 +02:00
parent 4fd314caaa
commit 823a3bfb95
5 changed files with 19 additions and 5 deletions

View File

@@ -13,7 +13,8 @@ return {
"lua_ls",
"ts_ls",
"jsonls",
"pylsp"
"pylsp",
"angularls"
}
})
@@ -45,6 +46,9 @@ return {
vim.lsp.config['pylsp']={
vim.lsp.enable('pylsp')
}
vim.lsp.config['angularls']={
vim.lsp.enable('angularls')
}
end
}