From b9015658d092fb7e6c7319802c9bf6a66ba1d297 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Sat, 4 Jun 2022 20:47:17 +0100 Subject: Created after/ftplugin directory and lua.lua file to allow lua directory to be recognised by the gf command. --- lua/user/lsp/lsp-installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/lsp/lsp-installer.lua') 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 -- cgit v1.2.3