wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.82k stars 266 forks source link

feat(compile): allow adding mapping descriptions #985

Closed akinsho closed 2 years ago

akinsho commented 2 years ago

This allows adding a description to a mapping and is based on @matheussampaio diff, I just applied the patch and verified it works locally

fixes #875

akinsho commented 2 years ago

I appreciate that this will be moot soon with Packer v2 but with no ETA it's nice to have this in the interim

akinsho commented 2 years ago

@wbthomason I'm going to merge this since I know you're probably busy, I've run it for the last day without issues 🤞🏿. If you do get a chance to look and disagree with it or think something should be tweaked, let me know.

wbthomason commented 2 years ago

Looks good to me, thanks!