neovim-flake/modules/plugins/filetree/default.nix

7 lines
53 B
Nix

{
imports = [
./nvimtree
./neo-tree
];
}