File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,8 @@ require("oil").setup({
273
273
update_on_cursor_moved = true ,
274
274
-- Maximum file size in megabytes to preview
275
275
max_file_size_mb = 100 ,
276
+ -- Window-local options to use for preview window buffers
277
+ win_options = {},
276
278
},
277
279
-- Configuration for the floating action confirmation window
278
280
confirmation = {
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ CONFIG *oil-confi
158
158
update_on_cursor_moved = true,
159
159
-- Maximum file size in megabytes to preview
160
160
max_file_size_mb = 100,
161
+ -- Window-local options to use for preview window buffers
162
+ win_options = {},
161
163
},
162
164
-- Configuration for the floating action confirmation window
163
165
confirmation = {
You can’t perform that action at this time.
0 commit comments