From a2b7ab5e99907ac04d75ce04d8dcd5728b0ad2f8 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 26 Jun 2023 15:56:41 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 5 +++++ doc/oil.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 85a5615..8a394c2 100644 --- a/README.md +++ b/README.md @@ -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 = { diff --git a/doc/oil.txt b/doc/oil.txt index 6b54838..5a5ec12 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -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 = {