[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2024-03-13 02:22:11 +00:00
parent 71b076b3af
commit 8af4afabb3
2 changed files with 6 additions and 0 deletions

View file

@ -216,6 +216,9 @@ require("oil").setup({
is_always_hidden = function(name, bufnr)
return false
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 order can be "asc" or "desc"
-- see :help oil-columns to see which columns are sortable

View file

@ -107,6 +107,9 @@ CONFIG *oil-confi
is_always_hidden = function(name, bufnr)
return false
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 order can be "asc" or "desc"
-- see :help oil-columns to see which columns are sortable