Folke Lemaitre
Folke Lemaitre
About the original issue with the keys, I suspect this to be a Neovim issue, but might be a feature, I don't know ```lua vim.keymap.set("n", "Foobar", error) vim.keymap.set("n", "F", "Foobar")...
I've posted an issue at Neovim's repo https://github.com/neovim/neovim/issues/21530
I was able to fix this, by making sure we only delete the lazy key mapping once
@GersiD `:h `
What is wrong here? I don't understand your description. Can you be mode specific on what is wrong?
Yep, indeed the same. See https://github.com/SidOfc/carbon.nvim/blob/d2d78a63b6941ac32bd0835a660b59df7b1dc21f/lua/carbon.lua#L9 Carbon should fix this. Not a lazy issue. Might've worked with Packer, but that behavior was wrong.
Thank you for reporting this! I defintely want to figure out what was causing all of this. If you now rename the file back to how it was, does everything...
Can you try with the lastest version? I may have fixed this
Great, glad I found that one. thanks again for reporting!
What was the error you got? I use peek myself without any issues. Is deno on your path inside neovim?