13 lines
185 B
Nix
Raw Normal View History

2024-04-17 05:52:14 +05:00
{
programs.nixvim.plugins.barbar = {
enable = true;
keymaps = {
silent = true;
next = "<TAB>";
previous = "<S-TAB>";
2024-04-18 09:51:55 +05:00
# close = "<C-q>";
2024-04-17 05:52:14 +05:00
};
};
}