summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/init.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-07 22:02:45 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-07 22:02:45 +0200
commitc9669aae6e43bf0caf1d255eea5d4dc61a385e36 (patch)
tree44e944cebe2ca8ec36d6cb2c33baacbd846e6844 /fnl/config/lsp/init.fnl
parent66fd789c673cc659ec0c18d25438892d66dba28d (diff)
Update lsp installer
Diffstat (limited to 'fnl/config/lsp/init.fnl')
-rw-r--r--fnl/config/lsp/init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl
index 6e7473d..0506e4f 100644
--- a/fnl/config/lsp/init.fnl
+++ b/fnl/config/lsp/init.fnl
@@ -1,7 +1,7 @@
;; Loads the LSP functionality.
(module config.lsp.init {autoload {util util}})
+(require :config.lsp.lsp-installer)
(let [handlers (require :config.lsp.handlers)]
(handlers.setup))
-(require :config.lsp.lsp-installer)
(require :config.lsp.null-ls)