diff --git a/after/ftplugin/gina-commit.vim b/after/ftplugin/gina-commit.vim new file mode 100644 index 0000000..7a169b0 --- /dev/null +++ b/after/ftplugin/gina-commit.vim @@ -0,0 +1 @@ +set dictionary=$VIMHOME/dict/git-commit diff --git a/after/ftplugin/gitcommit.vim b/after/ftplugin/gitcommit.vim new file mode 100644 index 0000000..4a133ca --- /dev/null +++ b/after/ftplugin/gitcommit.vim @@ -0,0 +1 @@ +set dictionary=$VIMHOGE/dict/git-commit diff --git a/dict/git-commit b/dict/git-commit new file mode 100644 index 0000000..1295b5f --- /dev/null +++ b/dict/git-commit @@ -0,0 +1,7 @@ +feat: +fix: +docs: +style: +perf: +test: +chore: