diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2024-05-05 12:04:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 10:04:45 +0000 |
| commit | 05744f0f1967b5757bd05c08df4271ab8ec990aa (patch) | |
| tree | 1fb4645a4d93392eb85636b345b934b80e6071e2 /lua | |
| parent | chore: update generated code (#401) (diff) | |
| download | mason-lspconfig-05744f0f1967b5757bd05c08df4271ab8ec990aa.tar mason-lspconfig-05744f0f1967b5757bd05c08df4271ab8ec990aa.tar.gz mason-lspconfig-05744f0f1967b5757bd05c08df4271ab8ec990aa.tar.bz2 mason-lspconfig-05744f0f1967b5757bd05c08df4271ab8ec990aa.tar.lz mason-lspconfig-05744f0f1967b5757bd05c08df4271ab8ec990aa.tar.xz mason-lspconfig-05744f0f1967b5757bd05c08df4271ab8ec990aa.tar.zst mason-lspconfig-05744f0f1967b5757bd05c08df4271ab8ec990aa.zip | |
chore: update generated code (#404)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-lspconfig/mappings/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-lspconfig/mappings/filetype.lua b/lua/mason-lspconfig/mappings/filetype.lua index 00706da..13af311 100644 --- a/lua/mason-lspconfig/mappings/filetype.lua +++ b/lua/mason-lspconfig/mappings/filetype.lua @@ -193,7 +193,7 @@ return { ["terraform-vars"] = { "snyk_ls", "terraformls" }, tesc = { "glsl_analyzer", "glslls" }, tese = { "glsl_analyzer", "glslls" }, - tex = { "ltex", "texlab" }, + tex = { "ltex", "texlab", "vale_ls" }, text = { "ltex", "vale_ls" }, thrift = { "thriftls" }, toml = { "dprint", "taplo" }, |
