# vim-sparkup **Repository Path**: tisonfish/vim-sparkup ## Basic Information - **Project Name**: vim-sparkup - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-25 - **Last Updated**: 2022-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: vim-plugins ## README Installation ------------ If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste: cd ~/.vim/bundle git clone git://github.com/mitsuhiko/vim-sparkup.git 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: '') - Mapping used to execute sparkup. g:sparkupNextMapping (Default: '') - Mapping used to jump to the next empty tag/attribute.