LunarVim / Launch.nvim

🚀 Launch.nvim is modular starter for Neovim.
GNU General Public License v3.0
2k stars 474 forks source link

Updated configuration files for which-key version3 mapping spec changes #188

Open wjmadden opened 4 months ago

wjmadden commented 4 months ago

which-key (https://github.com/folke/which-key.nvim) released a major new 3.0 version on July 12, 2024 which included revisions to how keys are mapped. This new mapping spec produced a slew of warnings in Launch.nvim, encouraging people to update. This pull request does those updates.

francocalvo commented 3 months ago

For what it's worth, I just tested these changes in my own config (I unified all mappings in one file, and it got rid of all warnings.

xcfw commented 3 months ago

can't wait to see it merged, let me know if I could help testing