From fa6b6b19ff88a42cec7cac336c4b4b0295ca48a0 Mon Sep 17 00:00:00 2001 From: Derek Erdmann Date: Fri, 23 Feb 2024 09:59:19 -0800 Subject: [PATCH] vimfiles: Check spelling in Git commits --- vimfiles/ftplugin/gitcommit.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vimfiles/ftplugin/gitcommit.vim b/vimfiles/ftplugin/gitcommit.vim index 0116422..c852e18 100644 --- a/vimfiles/ftplugin/gitcommit.vim +++ b/vimfiles/ftplugin/gitcommit.vim @@ -1,3 +1,4 @@ +set spell set textwidth=72 let b:EditorConfig_disable = 1