neovim-flake/modules/plugins/tabline/nvim-bufferline/default.nix

7 lines
66 B
Nix

{
imports = [
./nvim-bufferline.nix
./config.nix
];
}