feat(config/plugins/editor): add closeIfLastWindow option to neo-tree plugin

The neo-tree plugin configuration now includes an optional `closeIfLastWindow` setting that ensures the NeoTree window closes if it is the last open window. This enhancement improves user experience by automatically closing unnecessary file explorers.
This commit is contained in:
♥ Minnie ♥ 2025-02-18 08:53:20 +08:00
parent a42a45bdc1
commit bbfc2f6f47
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,6 +1,7 @@
{...}: { {...}: {
plugins.neo-tree = { plugins.neo-tree = {
enable = true; enable = true;
closeIfLastWindow = true;
}; };
keymaps = [ keymaps = [