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

7 lines
59 B
Nix

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