Add c++ yasnippets

This commit is contained in:
Riyyi
2019-12-18 12:26:15 +01:00
parent 0353de5881
commit 49864129bd
10 changed files with 72 additions and 0 deletions
@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: fun_implementation
# key: fim
# --
${1:type} ${2:name}(${3:args})${4: const}
{
$0
}