From 31cab8c4624770df1d3ed7c7f7980bc1d6bed8d0 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 8 Jan 2023 20:22:49 +0100 Subject: Refactor loading of plugins --- fnl/config/lsp/init.fnl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fnl/config/lsp/init.fnl (limited to 'fnl/config/lsp/init.fnl') 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)) -- cgit v1.2.3-70-g09d2