diff options
author | LostNeophyte <[email protected]> | 2023-02-08 08:11:43 +0100 |
---|---|---|
committer | LostNeophyte <[email protected]> | 2023-02-08 08:11:43 +0100 |
commit | 19936f578ae1a2d4f4af812a41475a49c5862349 (patch) | |
tree | 42734581568af1332a84bd7f4faf87a2f132a3bc /lua/lvim/core/nvimtree.lua | |
parent | 620e51898275764502853f3908707ef71ce42313 (diff) |
fix: pass plugin module to on_config_done
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
-rw-r--r-- | lua/lvim/core/nvimtree.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index 5e72e1ea..a46db583 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -268,6 +268,8 @@ function M.setup() end nvim_tree.setup(lvim.builtin.nvimtree.setup) + + return nvim_tree end function M.start_telescope(telescope_mode) |