summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/init.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/init.fnl')
-rw-r--r--fnl/config/lsp/init.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl
index 38c1873..dc95140 100644
--- a/fnl/config/lsp/init.fnl
+++ b/fnl/config/lsp/init.fnl
@@ -1,5 +1,6 @@
;; Loads the LSP module.
-(module config.lsp.init {autoload {util util}})
+(module config.lsp.init
+ {autoload {util util}})
(let [_ (util.load-plugin :lspconfig)]
(require :config.lsp.lsp-installer)