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