aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/mason.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mason.txt b/doc/mason.txt
index 604b16ac..5db2a0ac 100644
--- a/doc/mason.txt
+++ b/doc/mason.txt
@@ -218,6 +218,8 @@ Example:
>lua
require("mason").setup({
ui = {
+ height = 0.8, -- 0.8 * (vim.o.lines - vim.o.cmdheight)
+ width = 60, -- 60 columns
icons = {
package_installed = "✓",
package_pending = "➜",