diff options
author | Nitai Charan <[email protected]> | 2022-11-18 03:24:58 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-18 09:24:58 +0100 |
commit | b42e8c3c73751837237166c1e726443d96628d78 (patch) | |
tree | af98f6e14328576c91303395b6ebf6748f725138 /lua/lvim/core/nvimtree.lua | |
parent | 40c8d5aea6645f5a47b9b0c2af7a9926047ea5fa (diff) |
fix(nvimtree): avoid hard-coded mapping (#3492)
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
-rw-r--r-- | lua/lvim/core/nvimtree.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index 3738de80..a62a7d71 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -152,7 +152,6 @@ function M.setup() return end - lvim.builtin.which_key.mappings["e"] = { "<cmd>NvimTreeToggle<CR>", "Explorer" } lvim.builtin.nvimtree._setup_called = true -- Implicitly update nvim-tree when project module is active |