aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/mason-lspconfig/mappings/filetype.lua6
-rw-r--r--lua/mason-lspconfig/mappings/server.lua1
2 files changed, 4 insertions, 3 deletions
diff --git a/lua/mason-lspconfig/mappings/filetype.lua b/lua/mason-lspconfig/mappings/filetype.lua
index 965d719..d80ca34 100644
--- a/lua/mason-lspconfig/mappings/filetype.lua
+++ b/lua/mason-lspconfig/mappings/filetype.lua
@@ -150,7 +150,7 @@ return {
odin = { "ols" },
opencl = { "opencl_ls" },
openscad = { "openscad_lsp" },
- org = { "ltex" },
+ org = { "ltex", "textlsp" },
os = { "bsl_ls" },
p8 = { "pico8_ls" },
pandoc = { "ltex" },
@@ -206,8 +206,8 @@ return {
["terraform-vars"] = { "snyk_ls", "terraformls" },
tesc = { "glsl_analyzer", "glslls" },
tese = { "glsl_analyzer", "glslls" },
- tex = { "ltex", "texlab", "vale_ls" },
- text = { "ltex", "vale_ls" },
+ tex = { "ltex", "texlab", "textlsp", "vale_ls" },
+ text = { "ltex", "textlsp", "vale_ls" },
thrift = { "thriftls" },
toml = { "dprint", "harper_ls", "taplo" },
twig = { "tailwindcss", "twiggy_language_server" },
diff --git a/lua/mason-lspconfig/mappings/server.lua b/lua/mason-lspconfig/mappings/server.lua
index ebe8f19..60fb9c4 100644
--- a/lua/mason-lspconfig/mappings/server.lua
+++ b/lua/mason-lspconfig/mappings/server.lua
@@ -192,6 +192,7 @@ M.lspconfig_to_package = {
["templ"] = "templ",
["terraformls"] = "terraform-ls",
["texlab"] = "texlab",
+ ["textlsp"] = "textlsp",
["tflint"] = "tflint",
["theme_check"] = "shopify-theme-check",
["thriftls"] = "thriftls",