nix/nixvim/config/bufferline.nix

6 lines
53 B
Nix
Raw Normal View History

2024-07-27 11:08:16 +02:00
{
plugins.bufferline = {
enable = true;
};
}