8 lines
146 B
Nix
8 lines
146 B
Nix
|
{
|
||
|
programs.nixvim.plugins.neo-tree = {
|
||
|
enable = true;
|
||
|
filesystem.followCurrentFile.enabled = true;
|
||
|
closeIfLastWindow = true;
|
||
|
};
|
||
|
}
|