remove on-attach print

This commit is contained in:
peturparkur 2024-07-05 13:34:06 +01:00
parent 0ef7ddd017
commit f2e977c944
1 changed files with 0 additions and 2 deletions

View File

@ -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