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 5db04af commit 8e66733Copy full SHA for 8e66733
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
@@ -496,7 +496,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
496
497
498
499
500
501
502
0 commit comments