maaris / vim-lolita

Set of snippets for Lolita CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-lolita

This repository contains snippets for Lolita CMS https://github.com/ithouse/lolita

Installation

To use this plugin you need to install snipMate! About how to install snipMate see snipmate@garbas

Then install vim-lolita as usual VIM plugin.

Usage

To use snippets you need to load lolita scope into snipmate! You can do this with the folowing command in VIM:

  :SnipMateLoadScope lolita  

Or you can add to your .vimrc:

  let g:snipMate.scope_aliases['ruby'] = 'ruby,rails,lolita'

License

Just as the original snipMate plugin, all the snippets are licensed under the terms of the MIT license.

About

Set of snippets for Lolita CMS

License:MIT License