From a73f28a91f6b573e515877faeffd508448bbb126 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 20 Feb 2018 08:53:09 -0800 Subject: [vim] Add again vim configuration. Will do another try with vim and a few plugins. --- vim/ftplugin/gitcommit.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/gitcommit.vim (limited to 'vim/ftplugin/gitcommit.vim') diff --git a/vim/ftplugin/gitcommit.vim b/vim/ftplugin/gitcommit.vim new file mode 100644 index 0000000..30d26b2 --- /dev/null +++ b/vim/ftplugin/gitcommit.vim @@ -0,0 +1,2 @@ +au FileType gitcommit setlocal spell +au FileType gitcommit setlocal textwidth=80 -- cgit 1.4.1