mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/bufferline: fix typo in 'error_diagnostic' (#218)
This commit is contained in:
parent
23bb06c5eb
commit
497adab94b
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ in {
|
|||
error_visible = errorVisible;
|
||||
error_selected = errorSelected;
|
||||
|
||||
error_dagnostic = errorDiagnostic;
|
||||
error_diagnostic = errorDiagnostic;
|
||||
error_diagnostic_visible = errorDiagnosticVisible;
|
||||
error_diagnostic_selected = errorDiagnosticSelected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue