nixvim/config/bufferline.nix

7 lines
85 B
Nix
Raw Normal View History

2024-12-13 18:31:00 -07:00
{
plugins = {
bufferline.enable = true;
web-devicons.enable = true;
};
}