helix: Always show bufferline
Some checks failed
Flake check / check (push) Has been cancelled
Update `flake.lock` / update_lockfile (push) Has been cancelled

This commit is contained in:
Pedro Rey Anca 2025-10-30 19:15:05 +01:00
parent 715f3d6f93
commit a27ca4aeec
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -50,6 +50,10 @@
} }
]; ];
}; };
settings = { }; settings = {
editor = {
bufferline = "always";
};
};
}; };
} }