mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Update
This commit is contained in:
20
index.html
20
index.html
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
<head>
|
||||
<title>ZenCoding.vim</title>
|
||||
<title>Emmet.vim</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="static/css/style-sites.css" type="text/css" />
|
||||
<!--[if IE]>
|
||||
@@ -22,27 +22,27 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<img id="logo" src="static/images/zencoding-vim-logo.png" title="禅" alt="禅" />
|
||||
<img id="logo" src="static/images/emmet-vim-logo.png" title="禅" alt="禅" />
|
||||
<h2>vim plugins for HTML and CSS hi-speed coding.</h2>
|
||||
<section id="content">
|
||||
<div class="blocked-content">
|
||||
<article id="whats">
|
||||
<h2 class="maintitle">Whats</h2>
|
||||
<p>zencoding/emmet for vim</p>
|
||||
<p>emmet for vim</p>
|
||||
</article>
|
||||
</div>
|
||||
<br />
|
||||
<div class="blocked-content">
|
||||
<article id="install">
|
||||
<h2 class="maintitle">Install</h2>
|
||||
<p>copy plugin/zencoding.vim to plugin directory. and copy autoload/zencoding.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">
|
||||
# cp plugin/zencoding.vim ~/.vim/plugin/.
|
||||
# cp autoload/zencoding.vim ~/.vim/autoload/.
|
||||
# cp plugin/emmet.vim ~/.vim/plugin/.
|
||||
# cp autoload/emmet.vim ~/.vim/autoload/.
|
||||
</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 zencoding-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">
|
||||
# cp -r zencoding-vim ~/.vim/bundle/.
|
||||
# cp -r emmet-vim ~/.vim/bundle/.
|
||||
</pre>
|
||||
</article>
|
||||
</div>
|
||||
@@ -50,7 +50,7 @@
|
||||
<div class="blocked-content">
|
||||
<article id="howworkthis">
|
||||
<h2 class="maintitle">How This Work</h2>
|
||||
<p>below is a movie when using zencoding.vim</p>
|
||||
<p>below is a movie when using emmet.vim</p>
|
||||
<div id="tty">
|
||||
</div>
|
||||
<!--
|
||||
@@ -64,7 +64,7 @@
|
||||
<article id="repo">
|
||||
<h2 class="maintitle">Repository</h2>
|
||||
<p>
|
||||
<a href="http://github.com/mattn/zencoding-vim/">http://github.com/mattn/zencoding-vim/</a>
|
||||
<a href="http://github.com/mattn/emmet-vim/">http://github.com/mattn/emmet-vim/</a>
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user