Advance-Dummy source codes header generator based on neovim python client.
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 = "youremail@mail.com"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
- Neovim
- Python3
If you have time ... nothing else just time ... you can do what you want to do with this dummy neovim plugin. 😂