feat(#1850): add "no bookmark" filter (#2571)

* feat(#1850): add no bookmark filter

* feat(#1850): add no bookmark filter - style
This commit is contained in:
Alexander Courtis
2023-12-19 16:18:24 +11:00
committed by GitHub
parent 141c0f97c3
commit 8f92e1edd3
6 changed files with 47 additions and 7 deletions

View File

@@ -507,6 +507,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
dotfiles = false,
git_clean = false,
no_buffer = false,
no_bookmark = false,
custom = {},
exclude = {},
},