We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a5cb5 commit 9962193Copy full SHA for 9962193
doc/nvim-tree-lua.txt
@@ -649,7 +649,7 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua
649
dev = false,
650
diagnostics = false,
651
git = false,
652
- lifecycle = true,
+ lifecycle = false,
653
profile = false,
654
watcher = false,
655
},
lua/nvim-tree.lua
@@ -498,7 +498,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
498
499
500
501
502
503
504
0 commit comments