13 lines
183 B
Nix
13 lines
183 B
Nix
{
|
|
programs.nixvim.plugins.barbar = {
|
|
enable = true;
|
|
keymaps = {
|
|
silent = true;
|
|
|
|
next = "<TAB>";
|
|
previous = "<S-TAB>";
|
|
close = "<C-q>";
|
|
};
|
|
};
|
|
}
|