nvim: Disable neo-tree log to file

This commit is contained in:
Quentin Boyer 2025-10-15 23:32:21 +02:00 committed by traxys
parent baddeddd2e
commit 08a68fa3ff

View file

@ -331,6 +331,7 @@
plugins.neo-tree = {
enable = true;
settings.log_to_file = false;
};
plugins.plantuml-syntax.enable = true;