mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 03:24:45 +08:00
Fixes installation with non-bundle.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user