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