From f318452070d42e51231f7880a5d0eaa93d978a1e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 11 Jan 2023 00:41:17 +0100 Subject: Rip aniseed, hail hotpot --- fnl/plugins/lsp/mason.fnl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fnl/plugins/lsp/mason.fnl (limited to 'fnl/plugins/lsp/mason.fnl') diff --git a/fnl/plugins/lsp/mason.fnl b/fnl/plugins/lsp/mason.fnl new file mode 100644 index 0000000..bf57de5 --- /dev/null +++ b/fnl/plugins/lsp/mason.fnl @@ -0,0 +1,11 @@ +;; Mason manages external tooling, e.g. lsp, formatters, and linters. + +(local opts {:ui {:icons {:package_installed " " + :package_pending " " + :package_uninstalled " "}} + :max_concurrent_installers 10}) + +{1 :williamboman/mason.nvim + :cmd :Mason + :keys [{1 :m 2 :Mason :desc :Mason}] + : opts} -- cgit v1.2.3-70-g09d2