diff options
Diffstat (limited to 'lua/user/lsp/lsp-installer.lua')
| -rw-r--r-- | lua/user/lsp/lsp-installer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lsp/lsp-installer.lua b/lua/user/lsp/lsp-installer.lua index 2057007..f86b7b7 100644 --- a/lua/user/lsp/lsp-installer.lua +++ b/lua/user/lsp/lsp-installer.lua @@ -51,7 +51,7 @@ lsp_installer.on_server_ready(function(server) opts = vim.tbl_deep_extend("force", html_opts, opts) end - if server.name == "ltex" then + if server.name == "ltex-ls" then local ltex_opts = require("user.lsp.settings.ltex") opts = vim.tbl_deep_extend("force", ltex_opts, opts) end |
