forked from rstacruz/sparkup
-
Notifications
You must be signed in to change notification settings - Fork 0
aaronmu/sparkup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation ------------ Copy the contents of vim/ftplugin/ to your ~/.vim/ftplugin directory. (Assuming your current dir is sparkup/vim/) $ cp -R ftplugin ~/.vim/ Configuration ------------- g:sparkup (Default: 'sparkup') - Location of the sparkup executable. You shouldn't need to change this setting if you used the install option above. g:sparkupArgs (Default: '--no-last-newline') - Additional args passed to sparkup. g:sparkupExecuteMapping (Default: '<c-e>') - Mapping used to execute sparkup. g:sparkupNextMapping (Default: '<c-n>') - Mapping used to jump to the next empty tag/attribute.
About
A parser for a condensed HTML format
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 93.3%
- Vim Script 6.7%