don't show tree when opening neovim

This commit is contained in:
sloane 2025-04-03 10:51:39 -04:00
parent dcfcd7c8ec
commit 994d1154a4
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -260,7 +260,7 @@
plugins.nvim-tree = {
enable = true;
disableNetrw = true;
openOnSetup = true;
openOnSetup = false;
};
};
}