From c3ebad6349065283df343828dc671b53125cae47 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 28 Oct 2011 19:15:16 +0900 Subject: first import. --- index.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..6366bb0 --- /dev/null +++ b/index.html @@ -0,0 +1,96 @@ + + + SonicTemplate.vim + + + + + + + + +

vim plugins for hi-speed programming.

+
+
+
+

Whats

+

Easy and high speed coding method

+
+
+
+
+
+

Install

+

copy plugin/sonictemplate.vim to plugin directory. and copy autoload/sonictemplate.vim to autoload directory.

+
+# cp plugin/sonictemplate.vim ~/.vim/plugin/.
+# cp autoload/sonictemplate.vim ~/.vim/autoload/.
+
+

if you install pathogen.vim, you can make it work with only copying sonictemplate-vim directory to bundle directory.

+
+# cp -r sonictemplate-vim ~/.vim/bundle/.
+
+
+
+
+
+
+

How This Work

+

below is a movie when using sonictemplate.vim

+
+ + + + + + + + + +
+
+
+
+ +
+
+
+

License

+

BSD style license.

+
+
+
+
+ +
+
+
+ -- cgit v1.2.3-54-g00ecf