diff options
| -rw-r--r-- | lua/mason-lspconfig/filetype_mappings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-lspconfig/filetype_mappings.lua b/lua/mason-lspconfig/filetype_mappings.lua index aa39f64..4667d34 100644 --- a/lua/mason-lspconfig/filetype_mappings.lua +++ b/lua/mason-lspconfig/filetype_mappings.lua @@ -211,7 +211,7 @@ return { svelte = { "biome", "emmet_language_server", "emmet_ls", "eslint", "htmx", "svelte", "tailwindcss", "unocss" }, svg = { "lemminx" }, swift = { "ast_grep", "harper_ls" }, - systemd = { "systemd_ls" }, + systemd = { "systemd_ls", "systemd_lsp" }, systemverilog = { "hdl_checker", "svlangserver", "svls", "verible" }, tcl = { "tclsp" }, teal = { "teal_ls" }, |
