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://", - }, }) <