[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
997d9cd78a
commit
e5d6b999ba
2 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,8 @@ require("oil").setup({
|
||||||
-- "size",
|
-- "size",
|
||||||
-- "mtime",
|
-- "mtime",
|
||||||
},
|
},
|
||||||
|
-- Buffer-local options to use for oil buffers
|
||||||
|
buf_options = {},
|
||||||
-- Window-local options to use for oil buffers
|
-- Window-local options to use for oil buffers
|
||||||
win_options = {
|
win_options = {
|
||||||
wrap = false,
|
wrap = false,
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,8 @@ OPTIONS *oil-option
|
||||||
-- "size",
|
-- "size",
|
||||||
-- "mtime",
|
-- "mtime",
|
||||||
},
|
},
|
||||||
|
-- Buffer-local options to use for oil buffers
|
||||||
|
buf_options = {},
|
||||||
-- Window-local options to use for oil buffers
|
-- Window-local options to use for oil buffers
|
||||||
win_options = {
|
win_options = {
|
||||||
wrap = false,
|
wrap = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue