neovim: disable auto-expand neo-tree pane

This commit is contained in:
John Bowdre 2024-12-10 17:06:51 -06:00
parent 8b442f6351
commit 4d91b2cb09
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -24,7 +24,7 @@
filesystem.filteredItems.forceVisibleInEmptyFolder = true;
window = {
width = 30;
autoExpandWidth = true;
autoExpandWidth = false;
};
};
};