nixvim-for-share/config/plugins/bufferline.nix
2025-07-26 12:43:01 +00:00

7 lines
70 B
Nix

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