From ab814a3c55add5596eff270fab08a018726f24fc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 9 Sep 2018 08:42:27 -0700 Subject: [vim] add more syntax / ftplugin stuff --- configs/rcs/vim/after/ftplugin/gitcommit.vim | 1 + configs/rcs/vim/after/ftplugin/gitconfig.vim | 1 + configs/rcs/vim/after/syntax/gitcommit.vim | 1 + 3 files changed, 3 insertions(+) create mode 100644 configs/rcs/vim/after/ftplugin/gitcommit.vim create mode 100644 configs/rcs/vim/after/ftplugin/gitconfig.vim create mode 100644 configs/rcs/vim/after/syntax/gitcommit.vim (limited to 'configs/rcs') 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 -- cgit 1.4.1