From 7df25e8ce3e98e4cb56c5eb47c6ada1f414e083c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 20 May 2023 00:08:22 +0200 Subject: Add icons file --- fnl/plugins/lsp/mason.fnl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'fnl/plugins/lsp/mason.fnl') diff --git a/fnl/plugins/lsp/mason.fnl b/fnl/plugins/lsp/mason.fnl index bc63e23..f94f328 100644 --- a/fnl/plugins/lsp/mason.fnl +++ b/fnl/plugins/lsp/mason.fnl @@ -1,9 +1,11 @@ ;; Mason manages external tooling, e.g. lsp, formatters, and linters. +(local icons (require :plugins.icons)) + (local opts {:ui {:border :single - :icons {:package_installed " " - :package_pending " " - :package_uninstalled " "}} + :icons {:package_installed (.. (. icons :checkmark) " ") + :package_pending (.. (. icons :right-arrow) " ") + :package_uninstalled (.. (. icons :close) " ")}} :max_concurrent_installers 10}) {1 :williamboman/mason.nvim -- cgit v1.2.3-70-g09d2