From f486e95f2762f63093d97e68aa614fa6cba3d8b4 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Sun, 20 Nov 2022 19:20:50 +0900 Subject: [PATCH] feat: add git commit template --- after/ftplugin/gina-commit.vim | 1 + after/ftplugin/gitcommit.vim | 1 + dict/git-commit | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 after/ftplugin/gina-commit.vim create mode 100644 after/ftplugin/gitcommit.vim create mode 100644 dict/git-commit 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: