Word wrap for markdown files
This commit is contained in:
parent
6d3081339f
commit
c683317532
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ set mouse=a
|
||||||
set nu
|
set nu
|
||||||
set nowrap
|
set nowrap
|
||||||
set linebreak " if we do wrap, do it at word boundaries
|
set linebreak " if we do wrap, do it at word boundaries
|
||||||
|
autocmd FileType markdown set wrap
|
||||||
|
|
||||||
" TODO: do I want these all?
|
" TODO: do I want these all?
|
||||||
set tabstop=2
|
set tabstop=2
|
||||||
|
|
Loading…
Reference in a new issue