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 04a3907..c20b93c 100644
--- a/fnl/config/lsp/init.fnl
+++ b/fnl/config/lsp/init.fnl
@@ -3,5 +3,6 @@
(require :config.lsp.lsp-installer)
(let [handlers (require :config.lsp.handlers)]
- (handlers.setup))
+ (handlers.setup))
+
(require :config.lsp.null-ls)