diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index e69de29..01e6268 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -0,0 +1,3 @@ +" Stop breaking lines automatically +set textwidth=0 +set wrapmargin=0