From f1ba54105f8d0ff0187b4336f80a0040043549f1 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 30 Apr 2022 22:02:16 +0200 Subject: style: format --- fnl/config/lsp/lsp-installer.fnl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fnl/config/lsp/lsp-installer.fnl') diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl index 5775187..21afd5d 100644 --- a/fnl/config/lsp/lsp-installer.fnl +++ b/fnl/config/lsp/lsp-installer.fnl @@ -27,6 +27,7 @@ _ handler-opts)) (let [lsp-installer (util.load-plugin :nvim-lsp-installer)] - (lsp-installer.on_server_ready (fn [server] - (let [opts (get-server-opts server)] - (server:setup opts))))) + (lsp-installer.on_server_ready + (fn [server] + (let [opts (get-server-opts server)] + (server:setup opts))))) -- cgit v1.2.3-70-g09d2