mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 19:02:17 +00:00
neovim: disable auto-expand neo-tree pane
This commit is contained in:
parent
8b442f6351
commit
4d91b2cb09
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
filesystem.filteredItems.forceVisibleInEmptyFolder = true;
|
filesystem.filteredItems.forceVisibleInEmptyFolder = true;
|
||||||
window = {
|
window = {
|
||||||
width = 30;
|
width = 30;
|
||||||
autoExpandWidth = true;
|
autoExpandWidth = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue