summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/lsp-installer.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/lsp-installer.fnl')
-rw-r--r--fnl/config/lsp/lsp-installer.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl
index 4e46cfd..5775187 100644
--- a/fnl/config/lsp/lsp-installer.fnl
+++ b/fnl/config/lsp/lsp-installer.fnl
@@ -1,5 +1,6 @@
;; LSP installer.
-(module config.lsp.lsp-installer {autoload {util util}})
+(module config.lsp.lsp-installer
+ {autoload {util util}})
(def handler-opts
(let [handlers (require :config.lsp.handlers)]