8ec80d78f5
BREAKING: require neovim v0.5+ to work!!! migrate neovim configuration to lua
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
/**
|
|
* @author : {{NAME}} ({{EMAIL}})
|
|
* @file : {{FILE}}
|
|
* @license : {{LICENSE}}
|
|
* @created : {{TIMESTAMP}}
|
|
*/
|
|
|
|
#include "{{FILE}}.h"
|
|
|
|
{{CURSOR}}
|