dotfiles/home/modules/tui/neovim/plugins/barbar.nix
2024-12-04 21:11:13 -06:00

10 lines
No EOL
172 B
Nix

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