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: 8 months 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 = "example@gmail.com"
vim.g.header_github = "Example"
vim.g.header_username = "Example"

vim.g.header_sh = "bash"
vim.g.header_auto_update = "true"
```