fix: typo in barbar (#228)

This commit is contained in:
Babeuh 2023-03-07 15:50:20 +00:00 committed by GitHub
parent bf25ace61c
commit 9064aead30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ in {
tabpages = helpers.defaultNullOpts.mkBool true "current/total tabpages indicator (top right corner)";
closeable = helpers.defaultNullOpts.mkBool true "Enable the close button";
closable = helpers.defaultNullOpts.mkBool true "Enable the close button";
clickable = helpers.defaultNullOpts.mkBool true ''
Enable clickable tabs
@ -142,7 +142,7 @@ in {
animation = cfg.animations;
auto_hide = cfg.autoHide;
clickable = cfg.clickable;
closeable = cfg.closeable;
closable = cfg.closable;
diagnostics = [
cfg.diagnostics.error