You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Harish.K b67551a674 Adding a skel for plasma workspace 5 years ago
..
ftplugin Adding a skel for plasma workspace 5 years ago
README.txt Adding a skel for plasma workspace 5 years ago

README.txt

Installation
------------

With Pathogen
^^^^^^^^^^^^^

If you are using tpope's vim-pathogen, install as follows:

cd ~/.vim/bundle ; git clone https://github.com/rstacruz/sparkup.git
cd sparkup
make vim-pathogen


With Vundle
^^^^^^^^^^^

If using Vundle, you can specify Sparkup as a bundle and installation will happen
automatically. Add this to your Vim configuration:

Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}

and run the standard installation command for Vundle:

:PluginInstall


Manual installation
^^^^^^^^^^^^^^^^^^^

1. Copy the contents of vim/ftplugin/ to your ~/.vim/ftplugin directory.

(Assuming your current dir is sparkup/vim/)
$ cp -R ftplugin ~/.vim/

2. Copy the sparkup.py file to your ~/.vim directory

(Assuming your current dir is sparkup/vim/)
$ cp ../sparkup.py ~/.vim/


Configuration
-------------

Customise the Sparkup's configuration within Vim by specifying some or all of the following
as variables within