Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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