mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Auto-wrap markdown text at 119 characters
This commit is contained in:
parent
f601d345f9
commit
216369feb1
|
@ -13,3 +13,5 @@ autocmd BufWritePre * %s/\s\+$//e
|
||||||
" Enable spellcheck for certain file types
|
" Enable spellcheck for certain file types
|
||||||
autocmd FileType tex,latex,markdown,gitcommit setlocal spell spelllang=en_us
|
autocmd FileType tex,latex,markdown,gitcommit setlocal spell spelllang=en_us
|
||||||
|
|
||||||
|
" Use automatic text wrapping at 119 characters for certain file types
|
||||||
|
autocmd FileType markdown setlocal textwidth=119
|
||||||
|
|
Loading…
Reference in a new issue