7 lines
100 B
Nix
7 lines
100 B
Nix
|
_: {
|
||
|
programs.nixvim.plugins.neo-tree = {
|
||
|
enable = true;
|
||
|
enableDiagnostics = true;
|
||
|
};
|
||
|
}
|