chore(nvim): remove print code

This commit is contained in:
Oliver Davies 2022-01-12 23:28:57 +00:00
parent 9b4f4b2a7b
commit 66b1d7da49

View file

@ -45,8 +45,6 @@ if not status_ok then
end end
custom_attach = function(client, bufnr) custom_attach = function(client, bufnr)
print(client.name, bufnr)
lsp_keymaps(bufnr) lsp_keymaps(bufnr)
end end