don't show tree when opening neovim
This commit is contained in:
parent
dcfcd7c8ec
commit
994d1154a4
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@
|
||||||
plugins.nvim-tree = {
|
plugins.nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
disableNetrw = true;
|
disableNetrw = true;
|
||||||
openOnSetup = true;
|
openOnSetup = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue