We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b720371 commit 85d65fbCopy full SHA for 85d65fb
config/nvim-tree.nix
@@ -2,6 +2,6 @@
2
plugins.nvim-tree = {
3
enable = true;
4
openOnSetupFile = true;
5
- autoReloadOnWrite = true;
+ settings.auto_reload_on_write = true;
6
};
7
}
0 commit comments