Closed matu3ba closed 4 months ago
This comes from
vim.api.nvim_set_keymap("n", " ", "", { noremap = true })
vim.api.nvim_set_keymap("x", " ", "", { noremap = true })
and alike mappings.
Is there a plan or are there any plans to indicate that a mapping is intended to overwrite stuff (ideally also what existing stuff, but that might be too noisy) ?
Or in absence of this, maybe a way to disable the health check?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
The following warnings are given upon running
:checkhealth
on a fresh install. This is kinda odd, since which-key should work without keybindings. So somewherecheckhealth
broke.