✨ (Snippets) Add comment snippets
This commit is contained in:
parent
66c29ea405
commit
9c00c37f84
2 changed files with 18 additions and 0 deletions
9
snippets/text-mode/regular-commit
Normal file
9
snippets/text-mode/regular-commit
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Regular Commit
|
||||
# key: cr
|
||||
# --
|
||||
`(gitmoji-completing-read "Insert Gitmoji: ")` $2
|
||||
|
||||
$0
|
||||
|
||||
Refs: #$1
|
9
snippets/text-mode/scoped-commit
Normal file
9
snippets/text-mode/scoped-commit
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Scoped Commit
|
||||
# key: cs
|
||||
# --
|
||||
`(gitmoji-completing-read "Insert Gitmoji: ")` ($1) $3
|
||||
|
||||
$0
|
||||
|
||||
Refs: #$2
|
Loading…
Reference in a new issue