summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/mason-lspconfig.fnl
blob: 5180549a623c6bba2b2fd8a6f41f9bcea1550ee9 (plain)
1
2
3
4
5
6
7
8
;; Automatic installation and updating of some lsps.
(module config.lsp.mason-lspconfig {autoload {util config.util}})

(def- servers (require :config.lsp.servers))

(def- opts {:ensure_installed servers :automatic_installation true})

(util.setup :mason-lspconfig opts)