After some commit mappings in community are receiving and nil index error and the mappings are not working
Error executing vim.schedule lua callback: /Users/bruno.krugel/.config/nvim/lua/core/utils.lua:80: attempt to index a nil value
stack traceback:
/Users/user.name/.config/nvim/lua/core/utils.lua:80: in function </Users/user.name/.config/nvim/lua/core/utils.lua:55>
After some commit mappings in community are receiving and nil index error and the mappings are not working
Example of mapping:
For 3.0, change
require("core.mappings").undo
torequire("nvconfig").mappings.undo
fix the error and the mappings.Creating the issue for tracking purposes.