Word wrap for markdown files

This commit is contained in:
Nicole Tietz-Sokolskaya 2018-12-03 08:15:08 -05:00
parent 6d3081339f
commit c683317532

View file

@ -12,6 +12,7 @@ set mouse=a
set nu
set nowrap
set linebreak " if we do wrap, do it at word boundaries
autocmd FileType markdown set wrap
" TODO: do I want these all?
set tabstop=2