[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-06-26 15:56:41 +00:00
parent ac72a8df4a
commit a2b7ab5e99
2 changed files with 10 additions and 0 deletions

View file

@ -204,6 +204,11 @@ require("oil").setup({
win_options = {
winblend = 10,
},
-- This is the config that will be passed to nvim_open_win.
-- Change values here to customize the layout
override = function(conf)
return conf
end,
},
-- Configuration for the actions floating preview window
preview = {

View file

@ -95,6 +95,11 @@ OPTIONS *oil-option
win_options = {
winblend = 10,
},
-- This is the config that will be passed to nvim_open_win.
-- Change values here to customize the layout
override = function(conf)
return conf
end,
},
-- Configuration for the actions floating preview window
preview = {