I have started work on a couple new plugins for neovim, and one of the latest in that collection is autoref.nvim. This plugin will generate a formatted table/listing of all assigned neovim keybinds, and I plan to add some customization to it to allow users to add comments to each keybind for better, personalized documentation. Right now, this plugin is in the early stages of development, and it is not considered stable. The pre-release is available here, and installation instructions are provided in the README. As with all these plugins, I appreciate feedback and would like to see issues or PRs for suggestions. I’ll post more updates here as I continue my progress.

