diff --git a/fnl/lazy-setup.fnl b/fnl/lazy-setup.fnl index e2b1777..3bb20cf 100644 --- a/fnl/lazy-setup.fnl +++ b/fnl/lazy-setup.fnl @@ -59,7 +59,6 @@ (mason-lspconfig.setup_handlers ;; TODO require is looking in the wrong spot? [(fn [server_name] (let [server (require server_name)] - (print server_name) (server.setup {:capabilities (vim.lsp.protocol.make_client_capabilities) :on_attach on_attach