Skip to content

Commit 2b36741

Browse files
sanjayankur31lpil
authored andcommitted
feat(gitcommit): add perf conventional commit
1 parent a35c801 commit 2b36741

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UltiSnips/gitcommit.snippets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ improvement(${1:scope}): ${2:title}
3030
${0:${VISUAL}}
3131
endsnippet
3232

33+
snippet perf "perf conventional commit"
34+
perf(${1:scope}): ${2:title}
35+
36+
${0:${VISUAL}}
37+
endsnippet
38+
3339
snippet refactor "refactor conventional commit"
3440
refactor(${1:scope}): ${2:title}
3541

0 commit comments

Comments
 (0)