aboutsummaryrefslogtreecommitdiff
path: root/sonictemplate.vim.vimup
blob: ee325bedfd984187f8ecf9319694d7b4272b04a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
script_name: SonicTemplate.vim
script_id: '3790'
script_type: utility
script_package: sonictemplate-vim.zip
script_version: '0.01'
required_vim_version: '7.0'
summary: Easy and high speed coding method

detailed_description: |

  vim plugins for hi-speed programming.
  It use templates. To add some hints, and select template, you can see the
  code to work.

  There is a movie using sonictemplate.vim
  ref: http://mattn.github.com/sonictemplate-vim
  
  Source Repository.
  ref: http://github.com/mattn/sonictemplate-vim

  If you want to change templat directory, set:

    let g:template_vim_template_dir = '/path/to/your/template/directory'

  If you want to write template for your self, see

    :help sonictemplate

install_details: |

  # cd ~/.vim
  # unzip sonictemplate-vim.zip

  or if you install pathogen.vim:

  # cd ~/.vim/bundle # or make directory
  # unzip /path/to/sonictemplate-vim.zip

  if you get sources from repository:

  # cd ~/.vim/bundle # or make directory
  # git clone http://github.com/mattn/sonictemplate-vim.git

versions:
- '0.1': |
   Initial upload

# __END__
# vim: filetype=yaml