From b02cec8fff1e5ab9199f53bd8d31fbdb98614b0b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 10 Oct 2019 20:30:47 +0200 Subject: [PATCH] [ADD][VIM] Use spell-checking for git commit --- vim/.vim/ftplugin/gitcommit.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/ftplugin/gitcommit.vim diff --git a/vim/.vim/ftplugin/gitcommit.vim b/vim/.vim/ftplugin/gitcommit.vim new file mode 100644 index 0000000..aa7a9b8 --- /dev/null +++ b/vim/.vim/ftplugin/gitcommit.vim @@ -0,0 +1,2 @@ +" Enable spell checking on commit messages +setlocal spell