From 6eb540dc055cdf32ebeae020c51c7d792d7247bc Mon Sep 17 00:00:00 2001 From: Zeng <76579810+Bekaboo@users.noreply.github.com> Date: Sun, 15 Jan 2023 12:18:45 -0600 Subject: feat(ui): customizable window height and width (#906) --- doc/mason.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 = "➜", -- cgit v1.2.3-70-g09d2