[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2024-10-16 02:22:43 +00:00
parent 5d2dfae655
commit 39dbf87586
2 changed files with 3 additions and 1 deletions

View file

@ -257,6 +257,8 @@ require("oil").setup({
win_options = {
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 = "auto",
-- This is the config that will be passed to nvim_open_win.

View file

@ -142,7 +142,7 @@ CONFIG *oil-confi
win_options = {
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,
-- preview_split: Split direction: "auto", "left", "right", "above", "below".
preview_split = "auto",