https://github.com/creativecodecat/vim_headers
Headers for Vim
https://github.com/creativecodecat/vim_headers
Last synced: 4 months ago
JSON representation
Headers for Vim
- Host: GitHub
- URL: https://github.com/creativecodecat/vim_headers
- Owner: CreativeCodeCat
- License: gpl-3.0
- Created: 2021-11-03T22:03:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T15:57:02.000Z (11 months ago)
- Last Synced: 2025-03-01T05:06:58.719Z (4 months ago)
- Language: Vim Script
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vim_Headers
The File Header Generator extension aims to quickly generate readable headers for several programming languages. Additionally, it also automatically updates the last edited time.
## Settings
```
vim.g.header_email = "[email protected]"
vim.g.header_github = "Example"
vim.g.header_username = "Example"vim.g.header_sh = "bash"
vim.g.header_auto_update = "true"
```