From e940afdf00c67ac8a268540f9ddb54ddf1801631 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 31 Jan 2014 00:27:18 -0500 Subject: [PATCH] Add vim-jekyll to list of Editor plugins --- site/docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index bfd4e63c..7370cd88 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -530,6 +530,8 @@ You can find a few useful plugins at the following locations: #### Editors - [sublime-jekyll](https://github.com/23maverick23/sublime-jekyll): A Sublime Text package for Jekyll static sites. This package should help creating Jekyll sites and posts easier by providing access to key template tags and filters, as well as common completions and a current date/datetime command (for dating posts). You can install this package manually via GitHub, or via [Package Control](https://sublime.wbond.net/packages/Jekyll). +- [vim-jekyll](https://github.com/parkr/vim-jekyll): A vim plugin to generate + new posts and run `jekyll build` all without leaving vim.
Jekyll Plugins Wanted