diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-03-17 11:03:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-17 10:03:45 +0000 |
| commit | d1a76a59371813d16b5ef0deab209b85db5d19cd (patch) | |
| tree | e6da34940511a40ef5cdb25f52e871a9b6cd5227 | |
| parent | chore(ci): run helptags (#171) (diff) | |
| download | mason-lspconfig-d1a76a59371813d16b5ef0deab209b85db5d19cd.tar mason-lspconfig-d1a76a59371813d16b5ef0deab209b85db5d19cd.tar.gz mason-lspconfig-d1a76a59371813d16b5ef0deab209b85db5d19cd.tar.bz2 mason-lspconfig-d1a76a59371813d16b5ef0deab209b85db5d19cd.tar.lz mason-lspconfig-d1a76a59371813d16b5ef0deab209b85db5d19cd.tar.xz mason-lspconfig-d1a76a59371813d16b5ef0deab209b85db5d19cd.tar.zst mason-lspconfig-d1a76a59371813d16b5ef0deab209b85db5d19cd.zip | |
chore: update generated code (#174)
| -rw-r--r-- | lua/mason-lspconfig/mappings/filetype.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/mason-lspconfig/mappings/filetype.lua b/lua/mason-lspconfig/mappings/filetype.lua index 3d94fb2..717e6e6 100644 --- a/lua/mason-lspconfig/mappings/filetype.lua +++ b/lua/mason-lspconfig/mappings/filetype.lua @@ -161,6 +161,7 @@ return { ["typescript.glimmer"] = { "glint" }, ["typescript.tsx"] = { "angularls", "denols", "eslint", "rome", "tsserver", "vtsls" }, typescriptreact = { "angularls", "cssmodules_ls", "denols", "emmet_ls", "eslint", "graphql", "rome", "stylelint_lsp", "tailwindcss", "tsserver", "unocss", "vtsls" }, + v = { "vls" }, vala = { "vala_ls" }, vb = { "omnisharp", "omnisharp_mono" }, verilog = { "svlangserver", "svls", "verible" }, |
