diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-06-20 00:18:28 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-06-20 00:18:28 +0200 |
| commit | dde38d88a46a1dbba7990eb3648643eba72bd911 (patch) | |
| tree | b5a13d0e9e97fd4c9c7d5af969198954e8334bc5 | |
| parent | e169dcb8b944d7679d245cb9a67a5fe0c56f9c37 (diff) | |
| download | dots-dde38d88a46a1dbba7990eb3648643eba72bd911.tar.gz | |
Wrap lines in gitcommits at 72 characters
| -rw-r--r-- | nvim/ftplugin/gitcommit.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |