plugins/neo-tree: rename tabLabels option to reflect upstream change

This commit is contained in:
Gaetan Lepage 2023-05-12 14:13:26 +02:00 committed by Gaétan Lepage
parent 2057828096
commit cc21669583
2 changed files with 178 additions and 151 deletions

View file

@ -41,12 +41,24 @@
winbar = false;
statusline = false;
showScrolledOffParentNode = false;
tabLabels = {
filesystem = " Files ";
buffers = " Buffers ";
gitStatus = " Git ";
diagnostics = " Diagnostics ";
};
sources = [
{
source = "filesystem";
displayName = " Files ";
}
{
source = "buffers";
displayName = " Buffers ";
}
{
source = "gitStatus";
displayName = " Git ";
}
{
source = "diagnostics";
displayName = " Diagnostics ";
}
];
contentLayout = "start";
tabsLayout = "equal";
truncationCharacter = "";