Skip to content

Commit 9bbf95e

Browse files
committed
fix(keymaps): get_keymaps takes remove_keymaps as parameter
1 parent 665813b commit 9bbf95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/keymap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ local function get_keymaps(keys_to_disable)
280280
end
281281

282282
function M.setup(opts)
283-
M.keymaps = get_keymaps(opts)
283+
M.keymaps = get_keymaps(opts.remove_keymaps)
284284
end
285285

286286
return M

0 commit comments

Comments
 (0)