Folke Lemaitre

Results 961 comments of Folke Lemaitre

I still need to check existing issues related to keymaps and make sure they still work as expected. If you want to help, add a comment to this PR linking...

ok, thanks. I'll try to look into it later today. I do think the pending keys probably need to be added to your PR, but I'll see if it's needed...

I checked all existing issues and these changes indeed seem to work for all of them. Thanks for fixing this!

It all seemed to work for me on stable. What issue in particular didnt work on stable for you?

This one seems to work on nightly, but not on stable. https://github.com/folke/lazy.nvim/issues/511 Will look into it

I've cleaned it up and merged it. Thanks!

I'll have a look at the PR later today. That part about `ipairs` not being deterministic though is wrong. `pairs` is not deterministic, but `ipairs` will **ALWAYS** be in the...

Fixed in https://github.com/LazyVim/LazyVim/commit/f57031db7ce12ddf21c6a51a22a9370237a729b6

What does `:verbose nmap ` say? You need to set it in `lua/config/keymaps.lua`