Skip to content

Instantly share code, notes, and snippets.

@scrogson
Created September 6, 2014 05:33
Show Gist options
  • Save scrogson/d825c591b63e4415cca7 to your computer and use it in GitHub Desktop.
Save scrogson/d825c591b63e4415cca7 to your computer and use it in GitHub Desktop.
augroup elixir
au!
au BufNewFile,BufRead *.ex,*.exs noremap <buffer> <leader>r :!mix test<cr>
au BufNewFile,BufRead *_test.exs noremap <buffer> <leader>r :exe "!mix test %:" . line(".")<cr>
au BufNewFile,BufRead *_test.exs noremap <buffer> <leader>R :!mix test %<cr>
au BufNewFile,BufRead *_test.exs noremap <buffer> <leader>a :!mix test<cr>
au BufNewFile,BufRead *.eex set filetype=eruby.html
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment