[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
ac72a8df4a
commit
a2b7ab5e99
2 changed files with 10 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue