![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://sopuli.xyz/pictrs/image/rJxwrlHsAe.png)
1·
2 years agoYou will need to wrap the third argument to keymap.set in a function, like so:
vim.keymap.set("n", "<leader>ff", function()
builtin.find_files({hidden=true})
end, {})
You will need to wrap the third argument to keymap.set in a function, like so:
vim.keymap.set("n", "<leader>ff", function()
builtin.find_files({hidden=true})
end, {})
Or ESC followed by “.” Repeating it works too.