remove lsp-attached print

pull/598/head
Micah Effiong 2 years ago
parent 85d09900f6
commit 71037d5916

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

Loading…
Cancel
Save