forked from VimPlug/emmet-vim
Fixes installation with non-bundle.
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
<h2 class="maintitle">Install</h2>
|
<h2 class="maintitle">Install</h2>
|
||||||
<p>copy plugin/emmet.vim to plugin directory. and copy autoload/emmet.vim to autoload directory.</p>
|
<p>copy plugin/emmet.vim to plugin directory. and copy autoload/emmet.vim to autoload directory.</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
# cp plugin/emmet.vim ~/.vim/plugin/.
|
# cp -r plugin ~/.vim/.
|
||||||
# cp autoload/emmet.vim ~/.vim/autoload/.
|
# cp -r autoload ~/.vim/.
|
||||||
</pre>
|
</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>
|
<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">
|
<pre class="code">
|
||||||
|
|||||||
Reference in New Issue
Block a user