summaryrefslogblamecommitdiffstats
path: root/nixos/modules/nixvim/plugins/barbar.nix
blob: 516ec138973151f932982f3de097932a9f74fdb3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                    
{
  programs.nixvim.plugins.barbar = {
    enable = true;
    keymaps = {
      silent = true;

      next = "<TAB>";
      previous = "<S-TAB>";
      close = "<C-q>";
    };
  };
}