文件名称:vim-header:轻松添加简短的作者信息和许可证标题
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-24 23:40:03
Vimscript
vim头
轻松添加简短的作者信息和许可证标题
目录
安装
首选安装方法是
cd ~ /.vim/bundle
git clone https://github.com/alpertuna/vim-header
或者您可以使用自己的方式
用法
这是一个一般用法示例。 您可以将这些行添加到您的.vimrc
let g: header_field_author = ' Your Name '
let g: header_field_author_email = ' your@mail '
map
【文件预览】:
vim-header-master
----autoload()
--------header.vim(23KB)
----plugin()
--------header.vim(958B)
----LICENSE(1KB)
----README.md(7KB)
----licensefiles()
--------lgpl(633B)
--------zlib(819B)
--------mit(1023B)
--------eupl(613B)
--------gnu(612B)
--------wtfpl(424B)
--------mpl(194B)
--------apache(524B)
--------agpl(635B)
----CHANGELOG.md(1KB)