fix(nvim-tree): make nvim tree not appear every time I open a file

This commit is contained in:
Mohammad Rafiq 2025-03-03 14:31:41 +08:00
parent 2a3ca4237a
commit bc6fa2dc59
2 changed files with 3 additions and 0 deletions

View file

@ -2,3 +2,5 @@
- nvim
- make top line of scope stick to top of screen
- tmux
- make powerline less cluttered

View file

@ -40,6 +40,7 @@ _: {
filetree.nvimTree = {
enable = true;
mappings.toggle = "t";
openOnSetup = false;
setupOpts = {
git = {
enable = true;