]> code.delx.au - dotfiles/blobdiff - .vim/filetypes.vim
xmonad: change restart key
[dotfiles] / .vim / filetypes.vim
index 5f2973e036ef963c17ccaac4820f39baff6f67ea..fbdd84a0e691640f84a29367e4274e4f79609062 100644 (file)
@@ -15,6 +15,7 @@ autocmd BufNewFile,BufRead build.gradle setlocal ft=groovy
 
 " Set options based on filetypes, overriding the filetype plugin/indent options
 autocmd FileType text call WrapOn()
+autocmd FileType markdown call WrapOn()
 autocmd FileType bib setlocal textwidth=78 nocindent smartindent
 autocmd FileType mail setlocal textwidth=0
 autocmd FileType mail call WrapOn()