Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativecodecat/vim_headers
Headers for Vim
https://github.com/creativecodecat/vim_headers
Last synced: 1 day 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T15:57:02.000Z (5 months ago)
- Last Synced: 2025-01-08T05:16:30.804Z (7 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"
```