update bufferline

This commit is contained in:
Roel de Cort 2024-04-23 00:14:04 +02:00
parent b59a4d5afc
commit d5c62d938c

View file

@ -1,7 +1,15 @@
{config, ...}: {
{
plugins = {
bufferline = {
enable = true;
offsets = [
{
filetype = "neo-tree";
text = "Neo-tree";
highligh = "Directory";
text_align = "left";
}
];
};
};
keymaps = [