Merge branch 'gh-pages' of https://github.com/mattn/emmet-vim into gh-pages

This commit is contained in:
mattn
2015-01-08 15:37:42 +09:00
3 changed files with 2 additions and 318 deletions

View File

@@ -30,8 +30,8 @@
<h2 class="maintitle">Install</h2>
<p>copy plugin/emmet.vim to plugin directory. and copy autoload/emmet.vim to autoload directory.</p>
<pre class="code">
# cp plugin/emmet.vim ~/.vim/plugin/.
# cp autoload/emmet.vim ~/.vim/autoload/.
# cp -r plugin ~/.vim/.
# cp -r autoload ~/.vim/.
</pre>
<p>if you install <a href="http://www.vim.org/scripts/script.php?script_id=2332">pathogen.vim</a>, you can make it work with only copying emmet-vim directory to bundle directory.</p>
<pre class="code">