[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-01-09 07:28:05 +00:00
parent 7c5384dd15
commit ab5358c4f6
2 changed files with 0 additions and 18 deletions

View file

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

View file

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