refacto: split explorer module into multiple files
This commit is contained in:
10
lua/nvim-tree/explorer/init.lua
Normal file
10
lua/nvim-tree/explorer/init.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local M = {}
|
||||
|
||||
M.explore = require"nvim-tree.explorer.explore".explore
|
||||
M.reload = require"nvim-tree.explorer.reload".reload
|
||||
|
||||
function M.setup(opts)
|
||||
require"nvim-tree.explorer.utils".setup(opts)
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user