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.fnl7
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl
new file mode 100644
index 0000000..c4a461d
--- /dev/null
+++ b/fnl/config/lsp/init.fnl
@@ -0,0 +1,7 @@
+;; Loads the LSP module.
+(module config.lsp.init {autoload {util util}})
+
+(let [_ (util.load-plugin :lspconfig)]
+ (require :config.lsp.lsp-installer)
+ (require :config.lsp.handlers)
+ (require :config.lsp.null-ls))