dotfiles/home/modules/tui/neovim/plugins/barbar.nix

10 lines
173 B
Nix

{
programs.nixvim.plugins.barbar = {
enable = true;
keymaps = {
next.key = "<TAB>";
previous.key = "<S-TAB>";
close.key = "<A-c>";
};
};
}