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.fnl6
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl
new file mode 100644
index 0000000..6166fa1
--- /dev/null
+++ b/fnl/config/lsp/init.fnl
@@ -0,0 +1,6 @@
+;; Lsp modules.
+
+(local plugins [:config.lsp.lspconfig :config.lsp.mason :config.lsp.null-ls])
+
+(let [util (require :config.util)]
+ (util.load plugins))