diff options
Diffstat (limited to 'fnl/config/lsp/init.fnl')
-rw-r--r-- | fnl/config/lsp/init.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl index c20b93c..6c7f823 100644 --- a/fnl/config/lsp/init.fnl +++ b/fnl/config/lsp/init.fnl @@ -1,7 +1,8 @@ ;; Loads the LSP functionality. (module config.lsp.init {autoload {: util}}) -(require :config.lsp.lsp-installer) +(require :config.lsp.mason) +(require :config.lsp.mason-lspconfig) (let [handlers (require :config.lsp.handlers)] (handlers.setup)) |