We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0d1c0 commit 1fee44fCopy full SHA for 1fee44f
lua/nvim-tree/explorer/init.lua
@@ -37,7 +37,7 @@ function Explorer.new(path)
37
absolute_path = path,
38
nodes = {},
39
open = true,
40
- sorters = Sorters:new(M.config)
+ sorters = Sorters:new(M.config),
41
}, Explorer)
42
explorer.watcher = watch.create_watcher(explorer)
43
explorer:_load(explorer)
0 commit comments