diff --git a/roles/neovim/files/lua/opdavies/lsp/handlers.lua b/roles/neovim/files/lua/opdavies/lsp/handlers.lua index 0b4d036..fd6dc9d 100644 --- a/roles/neovim/files/lua/opdavies/lsp/handlers.lua +++ b/roles/neovim/files/lua/opdavies/lsp/handlers.lua @@ -45,8 +45,6 @@ if not status_ok then end custom_attach = function(client, bufnr) - print(client.name, bufnr) - lsp_keymaps(bufnr) end