my_nixvim_sharings/config/plugins/bufferline.nix
2024-03-28 02:03:42 +08:00

7 lines
61 B
Nix

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