Vim: Code templates
From FVue
Problem
I would like to use filetype-dependent code templates in Vim.
Solution
- snippetsEmu : An attempt to emulate TextMate's snippet expansion
- Nice vim-extension to create your own code-snippets with optional fields in them
Journal
20060824
templates.vim // plasmasturm.org
20060825
Comfortable PHP editing with VIM -5- - Tobias Schlitt - a passion for php
.vimrc and ftplugin/php.vim can be accessed from here.
Advertisement