diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-17 01:07:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-17 01:07:32 +0100 |
commit | c6a5819851ce4954172593df9d51a898c35f5fcc (patch) | |
tree | a2a1acdb11ad23328ea4ae4fd1f8a94acf3fba0b /fnl/plugins/lsp/mason.fnl | |
parent | fe9ffeb17e4c90659d3ef461aeeaa77d30d7c223 (diff) |
Add borders
Diffstat (limited to 'fnl/plugins/lsp/mason.fnl')
-rw-r--r-- | fnl/plugins/lsp/mason.fnl | 3 |
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}) |