-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
15 lines (13 loc) · 1.28 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ========================================================================== */
/* */
/* ██╗ ██╗██████╗ █████╗ ██╗ ██╗ */
/* ██║ ██║╚════██╗ ██╔══██╗██║ ██║ */
/* ███████║ █████╔╝ ███████║██║ ██║ by: zavatta */
/* ╚════██║██╔═══╝ ██╔══██║╚██╗ ██╔╝ at: 2015/01/01 00:00:01 */
/* ██║███████╗ ██║ ██║ ╚████╔╝ */
/* ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═══╝ */
/* */
/* ========================================================================== */
Purposed vim plugin for build header, designed for zavattas.
Supports *.{c,cpp,h,hpp}
Thanks to https://github.com/QuentinPerez/42-toolkit/tree/master/srcs/vim/header for inspiration.