Skip to content

Commit cd162f3

Browse files
chore(build): auto-generate vimdoc
1 parent 941df31 commit cd162f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/lazy.nvim.txt

+2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ CONFIGURATION *lazy.nvim-configuration*
291291
colorscheme = { "habamax" },
292292
},
293293
ui = {
294+
-- a number <1 is a percentage., >1 is a fixed size
295+
size = { width = 0.8, height = 0.8 },
294296
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
295297
border = "none",
296298
icons = {

0 commit comments

Comments
 (0)