mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/neo-tree: rename tabLabels option to reflect upstream change
This commit is contained in:
parent
2057828096
commit
cc21669583
2 changed files with 178 additions and 151 deletions
|
@ -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 = "…";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue