https://github.com/CreativeCodeCat/Vim_Headers
Headers for Vim
https://github.com/CreativeCodeCat/Vim_Headers
Last synced: 16 days 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 (10 months ago)
- Last Synced: 2025-05-03T22:57:16.887Z (20 days 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"
```