From 152fd9d787c7433cad95795992e444250cb83216 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Thu, 16 Apr 2026 15:10:52 +0200 Subject: Add fff and other nice things such as macros --- fnl/plugins/lsp/mason.fnl | 14 -------------- 1 file changed, 14 deletions(-) delete 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 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 :m 2 :Mason :desc :Mason}] - : opts} -- cgit v1.2.3-70-g09d2