mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
fix: typo in barbar (#228)
This commit is contained in:
parent
bf25ace61c
commit
9064aead30
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue