Skip to content

Commit

Permalink
Wrap markdown and unknown files
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Dec 9, 2016
1 parent 2a14510 commit 761d288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -212,6 +212,7 @@ autocmd FileType markdown,"" set wrap
autocmd FileType haskell set shiftwidth=4
autocmd FileType haskell nnoremap <Leader>hc :GhcModCheckAsync<cr>
autocmd FileType haskell nnoremap <Leader>ht :GhcModType<cr>
autocmd FileType markdown,"" set wrap
autocmd FileType ocaml nnoremap <Leader>ot :MerlinTypeOf<cr>
autocmd FileType terraform inoremap #{ ${
autocmd BufEnter *.es6 set filetype=javascript
Expand Down

0 comments on commit 761d288

Please sign in to comment.