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)"; 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 '' clickable = helpers.defaultNullOpts.mkBool true ''
Enable clickable tabs Enable clickable tabs
@ -142,7 +142,7 @@ in {
animation = cfg.animations; animation = cfg.animations;
auto_hide = cfg.autoHide; auto_hide = cfg.autoHide;
clickable = cfg.clickable; clickable = cfg.clickable;
closeable = cfg.closeable; closable = cfg.closable;
diagnostics = [ diagnostics = [
cfg.diagnostics.error cfg.diagnostics.error