diff options
| author | Zeng <76579810+Bekaboo@users.noreply.github.com> | 2023-01-15 12:18:45 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 19:18:45 +0100 |
| commit | 6eb540dc055cdf32ebeae020c51c7d792d7247bc (patch) | |
| tree | 07f56b676e43cf0a42181a6e635078b5d2486789 /doc | |
| parent | fix(vala-lanaguager-server): update meson build commands (#896) (diff) | |
| download | mason-6eb540dc055cdf32ebeae020c51c7d792d7247bc.tar mason-6eb540dc055cdf32ebeae020c51c7d792d7247bc.tar.gz mason-6eb540dc055cdf32ebeae020c51c7d792d7247bc.tar.bz2 mason-6eb540dc055cdf32ebeae020c51c7d792d7247bc.tar.lz mason-6eb540dc055cdf32ebeae020c51c7d792d7247bc.tar.xz mason-6eb540dc055cdf32ebeae020c51c7d792d7247bc.tar.zst mason-6eb540dc055cdf32ebeae020c51c7d792d7247bc.zip | |
feat(ui): customizable window height and width (#906)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason.txt | 2 |
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 = "➜", |
