How is the plugin management in vim? I use emacs and it’s a pain to setup. You need to modify a config file (.emacs) in order to add plugin lists (melpa). You then browse the list through a shortcut (M-x list-packages) and you only see names, no description or ways to look for something specific. Once you installed your plugins there are no real way to access a manual or learn them. Often you will need to modify conf…
C-h i: info manuals
C-h ?: help for help
C-h F: help for commands
C-h v: help for variables
C-h f: help for functions
C-h m: help for minor modes
That's a lot of help if you ask me!