From f2e977c94438c65764aaf01dd49919636d095049 Mon Sep 17 00:00:00 2001 From: peturparkur Date: Fri, 5 Jul 2024 13:34:06 +0100 Subject: [PATCH] remove on-attach print --- lua/kickstart/plugins/lsp.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/kickstart/plugins/lsp.lua b/lua/kickstart/plugins/lsp.lua index 8744d00e..5c9ba1ee 100644 --- a/lua/kickstart/plugins/lsp.lua +++ b/lua/kickstart/plugins/lsp.lua @@ -149,8 +149,6 @@ return { -- For example, in C this would take you to the header. map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') - print('LSP attach event for ', event.data, event.data.client_id) - -- The following two autocommands are used to highlight references of the -- word under your cursor when your cursor rests there for a little while. -- See `:help CursorHold` for information about when this is executed