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