After pull the new commit.
got the error:lib.lua[273]:Failed to rename buffer.
i have the same problem
This is introduced with 905afba. Parent commit of that one works fine (491fd68).
I think this is a duplicate of #213 please refer to the docs in the meanwhile.
It seems that g:nvim_tree_bindings is no longer needed. Remove this setting and should works.
nvim_tree_bindings is still required if you wish to add new bindings to the tree buffer or you want to override existing ones.
Its pretty verbose to override keybindings, it would be much easier if the plugin would export the the get_lua_cb function, maybe with a better name. This is how remapping looks before and after:
```diff
--- old.lua
+++ new.lua
vim.g.nvim_tree_bindings = {
vim.g.nvim_tree_bindings = {
```
you are right, i'll push something today to fix these issues.
fixed in 58e44d29