diff options
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" }, |
