In most cases, vim plugins come with specific help files, this is not like ...
You can check the following:
This is a file type plugin, so it will only start when editing a *.html file. Therefore, make sure that you do not run your test in a new buffer, but in a previously saved .html file.
As for your installation and the path of the spark files, make sure that sparkup.py and sparkup.vim are in ~ / .vim / ftplugin / html (and not something like ~ / vim / vim / ftplugin / html ) will work
Enter :scriptnames , it will :scriptnames entire loaded plugin: so somewhere in this list you should see sparkup.vim, if this does not mean that it is not installed or detected by Vim. >
As for the shortcut to trigger the spark, it looks like <CTRL>e .
source share