[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-01-05 17:00:07 +00:00
parent 28da68ac5c
commit db5a311bc1
2 changed files with 4 additions and 0 deletions

View file

@ -151,6 +151,8 @@ require("oil").setup({
["~"] = "actions.tcd",
["g."] = "actions.toggle_hidden",
},
-- Set to false to disable all of the above keymaps
use_default_keymaps = true,
view_options = {
-- Show files and directories that start with "."
show_hidden = false,

View file

@ -55,6 +55,8 @@ OPTIONS *oil-option
["~"] = "actions.tcd",
["g."] = "actions.toggle_hidden",
},
-- Set to false to disable all of the above keymaps
use_default_keymaps = true,
view_options = {
-- Show files and directories that start with "."
show_hidden = false,