Created
February 10, 2016 17:10
-
-
Save johnhamelink/3a80aa804b989a009826 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " 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