Files
cnix/home/modules/devtools/neovim/pluginsbak/barbar.nix

11 lines
173 B
Nix

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