mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
941df31a41
commit
cd162f342a
|
@ -291,6 +291,8 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
colorscheme = { "habamax" },
|
colorscheme = { "habamax" },
|
||||||
},
|
},
|
||||||
ui = {
|
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()|.
|
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
||||||
border = "none",
|
border = "none",
|
||||||
icons = {
|
icons = {
|
||||||
|
|
Loading…
Reference in New Issue