neovim-flake/modules/plugins/tabline/default.nix
2024-05-22 05:07:17 +02:00

6 lines
60 B
Nix

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