fix(nvim-tree): make nvim tree not appear every time I open a file
This commit is contained in:
parent
2a3ca4237a
commit
bc6fa2dc59
2 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
|||
|
||||
- nvim
|
||||
- make top line of scope stick to top of screen
|
||||
- tmux
|
||||
- make powerline less cluttered
|
||||
|
|
|
@ -40,6 +40,7 @@ _: {
|
|||
filetree.nvimTree = {
|
||||
enable = true;
|
||||
mappings.toggle = "t";
|
||||
openOnSetup = false;
|
||||
setupOpts = {
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue