refactor!: make oil buffers unlisted by default (#45)

This commit is contained in:
Steven Arcangeli 2023-01-24 10:11:06 -08:00
parent 2b0b9382d7
commit 1d548190cf
3 changed files with 9 additions and 3 deletions

View file

@ -23,7 +23,9 @@ OPTIONS *oil-option
-- "mtime",
},
-- Buffer-local options to use for oil buffers
buf_options = {},
buf_options = {
buflisted = false,
},
-- Window-local options to use for oil buffers
win_options = {
wrap = false,