From cd162f342aa2097f0d9df875cdb2e2357c5870f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Dec 2022 18:30:15 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 9abdb89..d8dcde2 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -291,6 +291,8 @@ CONFIGURATION *lazy.nvim-configuration* colorscheme = { "habamax" }, }, ui = { + -- a number <1 is a percentage., >1 is a fixed size + size = { width = 0.8, height = 0.8 }, -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|. border = "none", icons = {