tabline/bufferline: add neo-tree integration (#788)

This commit is contained in:
raf 2025-04-04 13:51:37 +00:00 committed by GitHub
commit 7918b43155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -279,6 +279,12 @@ in {
highlight = "Directory";
separator = true;
}
{
filetype = "neo-tree";
text = "File Explorer";
highlight = "Directory";
separator = true;
}
];
description = "The windows to offset bufferline above, see `:help bufferline-offset`";
};