1995parham / vim-header
Easily adds brief author info and license headers
README
vim-header
Introduction
Advance-Dummy source codes header generator based on neovim python client.
NeoVIM Configuration
In order to use vim-header plugin with
Plug plugin manager,
add following comamnd in your neovim configuration (init.vim):
Plug '1995parham/vim-header', {'do': ':UpdateRemotePlugins'}
You must set your name and your email in your vim configuration (init.vim)
for vim-header plugin as follow:
g:header_name = "Your Name"
g:header_email = "[email protected]"
Header Template Configuration
You can create new header template for your custom language
or modify existing ones. template language is based on python
format.
Following table shows variables you have in
header template.
| Variable | Description |
|---|---|
* - = |
Symbols |
user |
User details |
time |
Datetime object |
file |
Target filename |
for header template samples see conf/header
Dependencies
- Neovim
- Python3
Contribution
If you have time ... nothing else just time ... you can do what
you want to do with this dummy neovim plugin. :joy:
