diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-04-29 01:28:27 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-04-29 01:28:27 +0200 |
| commit | 88af70e85835af1a39a579ffe1735caafc4113a0 (patch) | |
| tree | a2bafcbe2eb456d24b6bb5becb4017e7dd33b972 /lua/user/nvim-tree.lua | |
| parent | e37e216a65a8b0df58dce366f50a4d8b896cde0b (diff) | |
fixes after updating plugins
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index 7a65321..8a8518a 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -52,11 +52,6 @@ nvim_tree.setup { side = "left", mappings = { custom_only = false, - list = { - { key = { "l", "<CR>", "o" }, cb = tree_cb "edit" }, - { key = "h", cb = tree_cb "close_node" }, - { key = "v", cb = tree_cb "vsplit" }, - }, }, number = false, relativenumber = false, |
