2024-10-14 18:43:31 +03:00

8 lines
156 B
Nix

{
programs.nixvim.plugins.neo-tree = {
enable = true;
filesystem.followCurrentFile.enabled = true;
closeIfLastWindow = true;
};
}