Home > vimplate

vimplate

Vimplate is a project mainly written in Vim Script, it's free.

template system for vim (example for C++, Perl, LaTeX and make)

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1311

  1. Description
  2. Usage
  3. Subroutines
  4. Example
  5. Documentation
  6. Depends
  7. Installation
  1. Description vimplate-description

Vimplate provides an extensible and powerful template processing system. It is based on Perl and Template-Toolkit. You can create templates for program code, makefiles, letters, html pages, latex etc. As example vimplate contains templates for C++, LaTeX, Perl and Makefile. With vimplate you can write templates which interact with the user. For themes are the functions choice() and input(). You can choose different locale for the function date() and locale(). You can write your own perl code directly in the templates.

In case you find my template useful, or have suggestions for improvements, please let me know.

If you write a new template, and would like me to add it to the vimplate package please send it to: [email protected]

  1. Usage vimplate-usage

Usage: :Vimplate