diff options
Diffstat (limited to 'fnl/plugins/lsp/mason.fnl')
| -rw-r--r-- | fnl/plugins/lsp/mason.fnl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fnl/plugins/lsp/mason.fnl b/fnl/plugins/lsp/mason.fnl deleted file mode 100644 index e9c59ea..0000000 --- a/fnl/plugins/lsp/mason.fnl +++ /dev/null @@ -1,14 +0,0 @@ -;; Mason manages external tooling, e.g. lsp, formatters, and linters. - -(local icons (require :settings.icons)) - -(local opts {:ui {:border :single - :icons {:package_installed (.. (. icons :checkmark) " ") - :package_pending (.. (. icons :arrow-right) " ") - :package_uninstalled (.. (. icons :close) " ")}} - :max_concurrent_installers 10}) - -{1 :williamboman/mason.nvim - :cmd :Mason - :keys [{1 :<leader>m 2 :<cmd>Mason<cr> :desc :Mason}] - : opts} |