summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/mason.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/lsp/mason.fnl')
-rw-r--r--fnl/plugins/lsp/mason.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/mason.fnl b/fnl/plugins/lsp/mason.fnl
index bf57de5..bc63e23 100644
--- a/fnl/plugins/lsp/mason.fnl
+++ b/fnl/plugins/lsp/mason.fnl
@@ -1,6 +1,7 @@
;; Mason manages external tooling, e.g. lsp, formatters, and linters.
-(local opts {:ui {:icons {:package_installed " "
+(local opts {:ui {:border :single
+ :icons {:package_installed " "
:package_pending " "
:package_uninstalled " "}}
:max_concurrent_installers 10})