From ab5358c4f6343d1c73b480a5be14dd3ba113c493 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 9 Jan 2023 07:28:05 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 9 --------- doc/oil.txt | 9 --------- 2 files changed, 18 deletions(-) diff --git a/README.md b/README.md index aa69790..c31d963 100644 --- a/README.md +++ b/README.md @@ -168,15 +168,6 @@ require("oil").setup({ winblend = 10, }, }, - adapters = { - ["oil://"] = "files", - ["oil-ssh://"] = "ssh", - }, - -- When opening the parent of a file, substitute these url schemes - remap_schemes = { - ["scp://"] = "oil-ssh://", - ["sftp://"] = "oil-ssh://", - }, }) ``` diff --git a/doc/oil.txt b/doc/oil.txt index b0b77da..2e3c8bd 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -72,15 +72,6 @@ OPTIONS *oil-option winblend = 10, }, }, - adapters = { - ["oil://"] = "files", - ["oil-ssh://"] = "ssh", - }, - -- When opening the parent of a file, substitute these url schemes - remap_schemes = { - ["scp://"] = "oil-ssh://", - ["sftp://"] = "oil-ssh://", - }, }) <