From dde38d88a46a1dbba7990eb3648643eba72bd911 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 20 Jun 2025 00:18:28 +0200 Subject: Wrap lines in gitcommits at 72 characters --- nvim/ftplugin/gitcommit.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nvim/ftplugin/gitcommit.vim diff --git a/nvim/ftplugin/gitcommit.vim b/nvim/ftplugin/gitcommit.vim new file mode 100644 index 0000000..f162417 --- /dev/null +++ b/nvim/ftplugin/gitcommit.vim @@ -0,0 +1,2 @@ +set colorcolumn=72 +set textwidth=72 -- cgit v1.2.3