[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
bbeed86bde
commit
8735d185b3
2 changed files with 4 additions and 0 deletions
|
|
@ -273,6 +273,8 @@ require("oil").setup({
|
||||||
update_on_cursor_moved = true,
|
update_on_cursor_moved = true,
|
||||||
-- Maximum file size in megabytes to preview
|
-- Maximum file size in megabytes to preview
|
||||||
max_file_size_mb = 100,
|
max_file_size_mb = 100,
|
||||||
|
-- Window-local options to use for preview window buffers
|
||||||
|
win_options = {},
|
||||||
},
|
},
|
||||||
-- Configuration for the floating action confirmation window
|
-- Configuration for the floating action confirmation window
|
||||||
confirmation = {
|
confirmation = {
|
||||||
|
|
|
||||||
|
|
@ -158,6 +158,8 @@ CONFIG *oil-confi
|
||||||
update_on_cursor_moved = true,
|
update_on_cursor_moved = true,
|
||||||
-- Maximum file size in megabytes to preview
|
-- Maximum file size in megabytes to preview
|
||||||
max_file_size_mb = 100,
|
max_file_size_mb = 100,
|
||||||
|
-- Window-local options to use for preview window buffers
|
||||||
|
win_options = {},
|
||||||
},
|
},
|
||||||
-- Configuration for the floating action confirmation window
|
-- Configuration for the floating action confirmation window
|
||||||
confirmation = {
|
confirmation = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue