Update 24.03.25

This commit is contained in:
2025-03-24 10:47:38 +01:00
parent 14edeb2713
commit 8de9de662f
2 changed files with 25 additions and 25 deletions

View File

@@ -131,7 +131,7 @@ return {
capabilities = capabilities,
on_attach = lsp_attach
})
lspconfig.emmet_language_server.setup({
lspconfig.emmet_ls.setup({
filetypes = { "css", "html", "javascript", "typescript" },
-- Read more about this options in the [vscode docs](https://code.visualstudio.com/docs/editor/emmet#_emmet-configuration).
-- **Note:** only the options listed in the table are supported.