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:
parent
a42a45bdc1
commit
bbfc2f6f47
|
@ -1,6 +1,7 @@
|
|||
{...}: {
|
||||
plugins.neo-tree = {
|
||||
enable = true;
|
||||
closeIfLastWindow = true;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
|
|
Loading…
Reference in a new issue