Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
feat(dart): add dart lang official plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LER0ever committed Apr 12, 2017
1 parent 2112a5b commit c1ddf04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,12 @@
endif
" }

" Dart {
if count(g:evervim_bundle_groups, 'dart')
Plug 'dart-lang/dart-vim-plugin'
endif
" }

" Haskell {
if count(g:evervim_bundle_groups, 'haskell')
Plug 'travitch/hasksyn'
Expand Down

0 comments on commit c1ddf04

Please sign in to comment.