Mercurial > vim-piecrust
diff README.markdown @ 0:d09875b9f100
Initial commit.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 31 Mar 2012 11:29:12 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.markdown Sat Mar 31 11:29:12 2012 -0700 @@ -0,0 +1,24 @@ + +PieCrust for VIM +================ + +[PieCrust][] is a static website generator and lightweight CMS. `vim-piecrust` adds +some features to [Vim][] that help manage your PieCrust website. + + +Installation +------------ + +The recommended method to install `vim-piecrust` is to use [Pathogen][]: + + cd ~/.vim/bundle + hg clone https://bitbucket.org/ludovicchabant/vim-piecrust + +You can then update the help tags with `:call pathogen#helptags()` and browse +`vim-piecrust`'s help pages with `:help piecrust`. + + + [piecrust]: http://bolt80.com/piecrust + [vim]: http://www.vim.org + [pathogen]: https://github.com/tpope/vim-pathogen +