summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configs/rcs/vim/after/ftplugin/gitcommit.vim1
-rw-r--r--configs/rcs/vim/after/ftplugin/gitconfig.vim1
-rw-r--r--configs/rcs/vim/after/syntax/gitcommit.vim1
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/rcs/vim/after/ftplugin/gitcommit.vim b/configs/rcs/vim/after/ftplugin/gitcommit.vim
new file mode 100644
index 0000000..bcda2dd
--- /dev/null
+++ b/configs/rcs/vim/after/ftplugin/gitcommit.vim
@@ -0,0 +1 @@
+setlocal spell
diff --git a/configs/rcs/vim/after/ftplugin/gitconfig.vim b/configs/rcs/vim/after/ftplugin/gitconfig.vim
new file mode 100644
index 0000000..e2c8736
--- /dev/null
+++ b/configs/rcs/vim/after/ftplugin/gitconfig.vim
@@ -0,0 +1 @@
+setlocal noexpandtab shiftwidth=0
diff --git a/configs/rcs/vim/after/syntax/gitcommit.vim b/configs/rcs/vim/after/syntax/gitcommit.vim
new file mode 100644
index 0000000..0743f49
--- /dev/null
+++ b/configs/rcs/vim/after/syntax/gitcommit.vim
@@ -0,0 +1 @@
+highlight link gitcommitOverflow Error