From 77dd031f8a47e5c05c7c11befd6db0fc6fe2af87 Mon Sep 17 00:00:00 2001 From: ray-x Date: Fri, 11 Mar 2022 09:14:29 +1100 Subject: [PATCH] remove logs --- playground/init_lsp_installer.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/playground/init_lsp_installer.lua b/playground/init_lsp_installer.lua index fd70791..80ddd3e 100644 --- a/playground/init_lsp_installer.lua +++ b/playground/init_lsp_installer.lua @@ -30,7 +30,6 @@ local function load_plugins() end, ['tsserver'] = function(options) options.on_attach = function(client) - print('attach from installer') client.resolved_capabilities.document_formatting = false end end,