12 lines
169 B
Nix
12 lines
169 B
Nix
{
|
|
plugins.nvim-tree = {
|
|
enable = true;
|
|
openOnSetup = true;
|
|
autoReloadOnWrite = true;
|
|
tab.sync = {
|
|
close = true;
|
|
open = true;
|
|
};
|
|
};
|
|
}
|