Add option for disabling bindings

This commit is contained in:
rickysaurav
2020-06-20 03:08:37 +05:30
parent fbe5d6d1f7
commit 080c86618f
3 changed files with 17 additions and 0 deletions

View File

@@ -115,6 +115,13 @@ Can be `0` or `1`. When `1`, will bind |BufEnter| to automatically
close the tree if it's the last window.
Default is 0
|g:lua_tree_disable_keybindings| *g:lua_tree_disable_keybindings*
Can be `0` or `1`. When `1`, will disable all keybindings by the plugin.
|g:lua_tree_bindings| as well as default bindings will not take effect.
Default is 0
==============================================================================
INFORMATIONS *nvim-tree-info*