[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
71b076b3af
commit
8af4afabb3
2 changed files with 6 additions and 0 deletions
|
|
@ -216,6 +216,9 @@ require("oil").setup({
|
||||||
is_always_hidden = function(name, bufnr)
|
is_always_hidden = function(name, bufnr)
|
||||||
return false
|
return false
|
||||||
end,
|
end,
|
||||||
|
-- Sort file names in a more intuitive order for humans. Is less performant,
|
||||||
|
-- so you may want to set to false if you work with large directories.
|
||||||
|
natural_order = true,
|
||||||
sort = {
|
sort = {
|
||||||
-- sort order can be "asc" or "desc"
|
-- sort order can be "asc" or "desc"
|
||||||
-- see :help oil-columns to see which columns are sortable
|
-- see :help oil-columns to see which columns are sortable
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,9 @@ CONFIG *oil-confi
|
||||||
is_always_hidden = function(name, bufnr)
|
is_always_hidden = function(name, bufnr)
|
||||||
return false
|
return false
|
||||||
end,
|
end,
|
||||||
|
-- Sort file names in a more intuitive order for humans. Is less performant,
|
||||||
|
-- so you may want to set to false if you work with large directories.
|
||||||
|
natural_order = true,
|
||||||
sort = {
|
sort = {
|
||||||
-- sort order can be "asc" or "desc"
|
-- sort order can be "asc" or "desc"
|
||||||
-- see :help oil-columns to see which columns are sortable
|
-- see :help oil-columns to see which columns are sortable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue