Closed Hubro closed 1 year ago
Indeed, thanks for reporting. The correct way to configure it is:
local nvim_next_builtins = require("nvim-next.builtins")
require("nvim-next").setup({
default_mappings = {
repeat_style = "directional",
},
items = {
nvim_next_builtins.f,
nvim_next_builtins.t
}
})
I will update the readme.
Tried using nvim-next as documented in README:
(with lazy.nvim):
Got:
Looks like the README is probably outdated if the plugin now expects
default_mappings
to be a table (?)