nixos-config/modules/editors/nvim/config/bufferline.nix
2024-04-20 19:09:03 +02:00

6 lines
53 B
Nix

{
plugins.bufferline = {
enable = true;
};
}