Calling eh from vim
I use vim, and I occasionally write Elixir code.
Vim has built-in support for looking up documentation, keywordprg.
So since I wanted to be able to look up Elixir documentation from vim,
I wrote an elixir package called eh, which is available on hex.
To call eh from vim, add the following to your .vimrc: