feat: expose buf_options in config (#28)
This commit is contained in:
parent
f8ca564802
commit
997d9cd78a
2 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ local default_config = {
|
|||
-- "size",
|
||||
-- "mtime",
|
||||
},
|
||||
-- Buffer-local options to use for oil buffers
|
||||
buf_options = {},
|
||||
-- Window-local options to use for oil buffers
|
||||
win_options = {
|
||||
wrap = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue