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: 16 days ago
JSON representation

Headers for Vim

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"
```