From f07bd925b160afe3a38ddbf559f456ac74f4c125 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 10 Mar 2016 21:50:44 +0100 Subject: keep longer lines --- vim/.vim/ftplugin/markdown.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vim/ftplugin/markdown.vim b/vim/.vim/ftplugin/markdown.vim index 1767a80..4da685e 100644 --- a/vim/.vim/ftplugin/markdown.vim +++ b/vim/.vim/ftplugin/markdown.vim @@ -7,6 +7,7 @@ setlocal spell " Textwidth for automatic wrap `gq` is formatting operation setlocal textwidth=79 setlocal formatoptions+=t +setlocal formatoptions-=l " Highlight where the lines are more than 80 characters wide -- cgit v1.2.3