plugins/bufferlines: normalize plugin defaults

This commit is contained in:
Matt Sturgeon 2024-06-11 16:50:36 +01:00
parent 9000e69f4b
commit d57cbd867a
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 24 additions and 12 deletions

View file

@ -24,13 +24,19 @@ in
Whether to create winbar updater autocmd.
'';
includeBuftypes = mkListStr ''[""]'' ''
includeBuftypes = mkListStr [ "" ] ''
Buftypes to enable winbar in.
'';
excludeFiletypes = mkListStr ''["netrw" "toggleterm"]'' ''
Filetypes not to enable winbar in.
'';
excludeFiletypes =
mkListStr
[
"netrw"
"toggleterm"
]
''
Filetypes not to enable winbar in.
'';
modifiers = {
dirname = helpers.defaultNullOpts.mkStr ":~:." ''