diff options
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/vim/after/ftplugin/gitcommit.vim | 1 | ||||
-rw-r--r-- | configs/rcs/vim/after/ftplugin/gitconfig.vim | 1 |
2 files changed, 2 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 |