[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
5d2dfae655
commit
39dbf87586
2 changed files with 3 additions and 1 deletions
|
|
@ -257,6 +257,8 @@ require("oil").setup({
|
||||||
win_options = {
|
win_options = {
|
||||||
winblend = 0,
|
winblend = 0,
|
||||||
},
|
},
|
||||||
|
-- optionally override the oil buffers window title with custom function: fun(winid: integer): string
|
||||||
|
get_win_title = nil,
|
||||||
-- preview_split: Split direction: "auto", "left", "right", "above", "below".
|
-- preview_split: Split direction: "auto", "left", "right", "above", "below".
|
||||||
preview_split = "auto",
|
preview_split = "auto",
|
||||||
-- This is the config that will be passed to nvim_open_win.
|
-- This is the config that will be passed to nvim_open_win.
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ CONFIG *oil-confi
|
||||||
win_options = {
|
win_options = {
|
||||||
winblend = 0,
|
winblend = 0,
|
||||||
},
|
},
|
||||||
-- optionally override the oil buffers window title with custom function: fun(path: string): string
|
-- optionally override the oil buffers window title with custom function: fun(winid: integer): string
|
||||||
get_win_title = nil,
|
get_win_title = nil,
|
||||||
-- preview_split: Split direction: "auto", "left", "right", "above", "below".
|
-- preview_split: Split direction: "auto", "left", "right", "above", "below".
|
||||||
preview_split = "auto",
|
preview_split = "auto",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue