dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit bd50ea06802443ed74e9fbce0a1d044dd5213bbc
parent 39ab6cc5d08eadbbf868e6e2911ed517250c5b7d
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Sun,  3 Dec 2017 17:23:22 -0500

remove unwanted options for gitcommits

Diffstat:
Mlinks/.vim/ftplugin/gitcommit.vim | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/links/.vim/ftplugin/gitcommit.vim b/links/.vim/ftplugin/gitcommit.vim @@ -1,10 +1,5 @@ augroup gitcommit_typography - call pencil#init({'wrap': 'soft', 'textwidth': 80, 'conceallevel': 0}) - call litecorrect#init() setlocal spell spl=en_us - setlocal fdo+=search - setlocal list - setlocal formatoptions=alw2qt " automatically reflow paragraphs setlocal completefunc=emoji#complete " modify previous commit via git --amend