refactor(#2826): add lifecycle logging to all Explorer members

This commit is contained in:
Alexander Courtis
2025-06-16 13:55:35 +10:00
parent fc81249d4f
commit 54439447f1
9 changed files with 63 additions and 20 deletions

View File

@@ -649,6 +649,7 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua
dev = false,
diagnostics = false,
git = false,
lifecycle = true,
profile = false,
watcher = false,
},