tabline/bufferline: add neo-tree integration

This commit is contained in:
Venkatesan Ravi 2025-04-04 12:18:59 +00:00
parent 68346ebede
commit 37397706d6
2 changed files with 7 additions and 0 deletions

View file

@ -293,6 +293,7 @@
- Add lint (luacheck) and formatting (stylua) support for Lua.
- Add lint (markdownlint-cli2) support for Markdown.
- Add catppuccin integration for Bufferline, Lspsaga.
- Add neo-tree integration for Bufferline.
[tebuevd](https://github.com/tebuevd):

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`";
};