summaryrefslogtreecommitdiffstats
path: root/modules/plugins/filetree/default.nix
blob: 0e930c72efdf76bdc2aee42c7738591d5f000a5c (plain)
1
2
3
4
5
6
{
  imports = [
    ./nvimtree
    ./neo-tree
  ];
}