mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 15:30:08 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
941df31a41
commit
cd162f342a
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue