为vim-templates插件编写模板
vim-templates
是一款相当好用的vim
插件,同时支持neovim
,
当使用vim
或neovim
建立文件时,此插件会导入预先设置模板,这大大提高了工作效率。虽然默认配置了好多的模板,但都是一些通用模板,于是就需要自己定义模板,在定义模板的过程中一些变量的引用是重要的内容。本文从官方网站:
tibabit/vim-templates
的README.md
文件中截取相关变量部分,以方便编写模板之用。同时也可以在安装插件后,使用命令::help template.txt
调出使用细节。
Customization
Creating your own templates
- Create a file
<template_name>.template
inside a folder which is searched by the plugin( see below), e.g. if you want to create a template file for a c++ main file you can name itcppmain.template
orcppm.template
- Open the file and edit, for example