update bufferline
This commit is contained in:
parent
b59a4d5afc
commit
d5c62d938c
1 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,15 @@
|
|||
{config, ...}: {
|
||||
{
|
||||
plugins = {
|
||||
bufferline = {
|
||||
enable = true;
|
||||
offsets = [
|
||||
{
|
||||
filetype = "neo-tree";
|
||||
text = "Neo-tree";
|
||||
highligh = "Directory";
|
||||
text_align = "left";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
keymaps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue