From ea2c207ec9448b715c5fa354674795b537b4043e Mon Sep 17 00:00:00 2001 From: ray-x Date: Sun, 22 May 2022 11:18:24 +1000 Subject: [PATCH] updates for client loading --- lua/navigator/lspclient/clients.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/navigator/lspclient/clients.lua b/lua/navigator/lspclient/clients.lua index 8166fa0..a404a10 100644 --- a/lua/navigator/lspclient/clients.lua +++ b/lua/navigator/lspclient/clients.lua @@ -500,7 +500,7 @@ local function lsp_startup(ft, retry, user_lsp_opts) if _NG_Loaded[lspclient] then log('client loaded', lspclient) - goto continue -- may create multiple lsp server + -- goto continue -- may create multiple lsp server end if vim.tbl_contains(config.lsp.disable_lsp or {}, lspclient) then