added readme file

This commit is contained in:
Song Zheng
2011-11-25 21:04:00 -08:00
parent 16a09f81c1
commit 6f7d59c030

21
readme.md Normal file
View File

@@ -0,0 +1,21 @@
ZenCoding-vim
====
[zencoding-vim](http://github.com/mattn/zencoding-vim.git) is vim script support for expanding abbreviation like zen-coding.
Installation
---
[Download zip
file](http://www.vim.org/scripts/script.php?script_id=2981)
cd ~/.vim
unzip zencoding-vim.zip
If you install pathogen.vim:
cd ~/.vim/bundle # or make directory
unzip /path/to/zencoding-vim.zip
If you get source from repository:
git clone http://github.com/mattn/zencoding-vim.git
cd ~/.vim/bundle # or make directory