remove lsp-attached print

This commit is contained in:
Micah Effiong 2023-06-07 12:32:04 +01:00
parent 85d09900f6
commit 71037d5916
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ local on_attach = function(_, bufnr)
-- In this case, we create a function that lets us more easily define mappings specific
-- for LSP related items. It sets the mode, buffer and description for us each time.
print('RUNNING LSP ATTACHMENT')
local nmap = function(keys, func, desc)
if desc then
desc = 'LSP: ' .. desc