From 71037d5916e804f23ef9faf952ebe5529acc84f8 Mon Sep 17 00:00:00 2001 From: Micah Effiong Date: Wed, 7 Jun 2023 12:32:04 +0100 Subject: [PATCH] remove lsp-attached print --- lua/custom/utils/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/custom/utils/init.lua b/lua/custom/utils/init.lua index 0fe44bf3..0ee279d8 100644 --- a/lua/custom/utils/init.lua +++ b/lua/custom/utils/init.lua @@ -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