From f882e7d404422ab60c631f7609ab6ce5f5aafe3e Mon Sep 17 00:00:00 2001 From: BrandonMathis Date: Thu, 6 Feb 2014 10:59:10 -0500 Subject: [PATCH] Added install instructions --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 27592c73c..a089cdfef 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,41 @@ This repository contains snippets files for various programming languages. It is community-maintained and many people have contributed snippet files and other improvements already. +Installation +============ +### Pathogen + +Install [garbas' fork](https://github.com/garbas/vim-snipmate) of the vim-snipmate plugin + +``` +$ cd ~/.vim/bundle +$ git clone https://github.com/tomtom/tlib_vim.git +$ git clone https://github.com/MarcWeber/vim-addon-mw-utils.git +$ git clone https://github.com/garbas/vim-snipmate.git +``` + +Install vim-snippets + +``` +$ git clone https://github.com/honza/vim-snippets.git +``` + +### Vundler + +Install [garbas' fork](https://github.com/garbas/vim-snipmate) of the vim-snipmate plugin + +``` +Bundle "MarcWeber/vim-addon-mw-utils" +Bundle "tomtom/tlib_vim" +Bundle "garbas/vim-snipmate" +``` + +Install vim-snippets + +``` +Bundle "honza/vim-snippets" +``` + Contents ========