Skip to content

Commit b36b7b4

Browse files
committed
chore(mappings): merge cleanup
1 parent 13b6c8c commit b36b7b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/nvim-tree.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ function M.change_root(filepath, bufnr)
6565
change_dir.fn(vim.fn.fnamemodify(filepath, ":p:h"))
6666
end
6767

68-
---@deprecated
69-
M.on_keypress = require("nvim-tree.actions.dispatch").dispatch
70-
7168
function M.toggle(find_file, no_focus, cwd, bang)
7269
if view.is_visible() then
7370
view.close()

0 commit comments

Comments
 (0)