[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
7c5384dd15
commit
ab5358c4f6
2 changed files with 0 additions and 18 deletions
|
|
@ -168,15 +168,6 @@ require("oil").setup({
|
||||||
winblend = 10,
|
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://",
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,15 +72,6 @@ OPTIONS *oil-option
|
||||||
winblend = 10,
|
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://",
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue