diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 20:22:49 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 20:22:49 +0100 |
commit | 31cab8c4624770df1d3ed7c7f7980bc1d6bed8d0 (patch) | |
tree | 81d5660e1172840390a10aa9be500f1be002f972 /fnl/config/lsp | |
parent | e4da06e19c072322573c916fa6bdda8827a59e6c (diff) |
Refactor loading of plugins
Diffstat (limited to 'fnl/config/lsp')
-rw-r--r-- | fnl/config/lsp/init.fnl | 6 |
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)) |