diff --git a/.vimrc b/.vimrc index c8ff1d3..6c495d3 100644 --- a/.vimrc +++ b/.vimrc @@ -212,6 +212,7 @@ autocmd FileType markdown,"" set wrap autocmd FileType haskell set shiftwidth=4 autocmd FileType haskell nnoremap hc :GhcModCheckAsync autocmd FileType haskell nnoremap ht :GhcModType +autocmd FileType markdown,"" set wrap autocmd FileType ocaml nnoremap ot :MerlinTypeOf autocmd FileType terraform inoremap #{ ${ autocmd BufEnter *.es6 set filetype=javascript