batsuev / shower-vim

Simple plugin for fast slides creation in shower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shower-vim

Vim plugin for https://github.com/pepelsbey/shower (html presentation engine by @pepelsbey)

Installation

pathogen:

cd ~/.vim/bundle
git clone git://github.com/batsuev/shower-vim.git

vundle:

Add the following line to .vimrc:

Bundle 'git://github.com/batsuev/shower-vim.git'

manual:

git clone git://github.com/batsuev/shower-vim.git
cp shower-vim/plugin/* ~/.vim/plugin

Usage

:Spresentation

Creates the blank empty presentation (uses ./shower as shower base path)

:Sslide

Inserts slide into current cursor position

About

Simple plugin for fast slides creation in shower


Languages

Language:Python 70.8%Language:Vim Script 29.2%