Skip to content

Commit

Permalink
Merge pull request #703 from fabianhjr/3.0
Browse files Browse the repository at this point in the history
Add elixir group to .vimrc.bundles
  • Loading branch information
spf13 committed Dec 19, 2014
2 parents a8f8b19 + ffd2095 commit 330d4ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@
endif
" }

" Elixir {
if count(g:spf13_bundle_groups, 'elixir')
Bundle 'elixir-lang/vim-elixir'
Bundle 'carlosgaldino/elixir-snippets'
Bundle 'mattreduce/vim-mix'
endif
" }

" Misc {
if count(g:spf13_bundle_groups, 'misc')
Bundle 'wting/rust.vim'
Expand Down

0 comments on commit 330d4ee

Please sign in to comment.