commit d132b3a5362152f66bcdaf256a30357971813935
parent 58b5e321e0f3bb5d040c685b503c556065782c55
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Fri, 10 Apr 2020 21:06:48 +0200
Remove line length restrictions for markdown files
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim
@@ -1,6 +1,2 @@
setlocal spell spelllang=de,en
setlocal wrap
-let &colorcolumn=join(range(81,999),",")
-let &colorcolumn="80,".join(range(400,999),",")
-highlight OverLength ctermbg=red ctermfg=white guibg=#592929
-match OverLength /\%81v.\+/