[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-03-30 01:44:38 +00:00
parent 273c2cecbf
commit 14a914aef1
2 changed files with 26 additions and 0 deletions

View file

@ -207,6 +207,19 @@ require("oil").setup({
winblend = 0,
},
},
-- Configuration for the floating progress window
progress = {
max_width = 0.9,
min_width = { 40, 0.4 },
width = nil,
max_height = { 10, 0.9 },
min_height = { 5, 0.1 },
height = nil,
border = "rounded",
win_options = {
winblend = 0,
},
},
})
```

View file

@ -112,6 +112,19 @@ OPTIONS *oil-option
winblend = 0,
},
},
-- Configuration for the floating progress window
progress = {
max_width = 0.9,
min_width = { 40, 0.4 },
width = nil,
max_height = { 10, 0.9 },
min_height = { 5, 0.1 },
height = nil,
border = "rounded",
win_options = {
winblend = 0,
},
},
})
<