From 0ac13663cf53419c8a9d6e4c798462ebea411dfe Mon Sep 17 00:00:00 2001 From: ray-x Date: Sun, 8 May 2022 21:52:21 +1000 Subject: [PATCH] remove comments --- lua/navigator/lspclient/clients.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lua/navigator/lspclient/clients.lua b/lua/navigator/lspclient/clients.lua index eb7ff1a..8f5d36b 100644 --- a/lua/navigator/lspclient/clients.lua +++ b/lua/navigator/lspclient/clients.lua @@ -380,12 +380,6 @@ local configs = {} -- check and load based on file type local function load_cfg(ft, client, cfg, loaded) - -- if _NG_LSPCfgSetup ~= true then - -- log(lspconfig_setup) - -- lspconfig_setup(cfg) - -- _NG_LSPCfgSetup = true - -- end - log(ft, client, loaded) trace(cfg) if lspconfig[client] == nil then