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,