mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-19 03:02:17 +00:00
10 lines
172 B
Nix
10 lines
172 B
Nix
|
{
|
||
|
programs.nixvim.plugins.barbar = {
|
||
|
enable = true;
|
||
|
keymaps = {
|
||
|
next.key = "<TAB>";
|
||
|
previous.key = "<S-TAB>";
|
||
|
close.key = "<C-w>";
|
||
|
};
|
||
|
};
|
||
|
}
|