Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created February 10, 2016 17:10
Show Gist options
  • Select an option

  • Save johnhamelink/3a80aa804b989a009826 to your computer and use it in GitHub Desktop.

Select an option

Save johnhamelink/3a80aa804b989a009826 to your computer and use it in GitHub Desktop.
" Elixir {{{
Plug 'awetzel/vim-elixir', { 'branch': 'nvim-rplugin' }
"Plug 'elixir-lang/vim-elixir', { 'for': 'elixir' }
Plug 'Thinca/vim-ref', { 'for': 'elixir' } " For documentation
Plug 'powerman/vim-plugin-AnsiEsc', { 'for': 'elixir' } " For handling coloured escape sequences in Elixir docs
Plug 'sanmiguel/helpex.vim', { 'for': 'elixir' } " For documentation & Autocomplete
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment