diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2025-06-18 12:07:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 10:07:16 +0000 |
| commit | be159e939543777bbfe9e1fe5389984c4570afce (patch) | |
| tree | c8089857ebb476895a48fdbc8d457d47d6237361 | |
| parent | chore: update generated code (#577) (diff) | |
| download | mason-lspconfig-be159e939543777bbfe9e1fe5389984c4570afce.tar mason-lspconfig-be159e939543777bbfe9e1fe5389984c4570afce.tar.gz mason-lspconfig-be159e939543777bbfe9e1fe5389984c4570afce.tar.bz2 mason-lspconfig-be159e939543777bbfe9e1fe5389984c4570afce.tar.lz mason-lspconfig-be159e939543777bbfe9e1fe5389984c4570afce.tar.xz mason-lspconfig-be159e939543777bbfe9e1fe5389984c4570afce.tar.zst mason-lspconfig-be159e939543777bbfe9e1fe5389984c4570afce.zip | |
chore: update generated code (#578)
| -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 b43530b..60ab5cf 100644 --- a/lua/mason-lspconfig/filetype_mappings.lua +++ b/lua/mason-lspconfig/filetype_mappings.lua @@ -110,7 +110,7 @@ return { julia = { "julials" }, just = { "just" }, kcl = { "kcl" }, - kotlin = { "ast_grep", "kotlin_language_server" }, + kotlin = { "ast_grep", "kotlin_language_server", "kotlin_lsp" }, leaf = { "htmx", "tailwindcss" }, less = { "css_variables", "cssls", "emmet_language_server", "emmet_ls", "stylelint_lsp", "tailwindcss", "unocss" }, lhaskell = { "hls" }, |
