Skip to content

Commit

Permalink
android: disable more plugins on android
Browse files Browse the repository at this point in the history
  • Loading branch information
teranex committed Jul 19, 2014
1 parent 1eb3a41 commit cdb6ac5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pathogen_init
Expand Up @@ -12,7 +12,17 @@ endif

if $VIM =~ 'vimtouch'
" running on Android (VimTouch). Disable some bundles which are not required
call add(g:pathogen_disabled, 'ack')
call add(g:pathogen_disabled, 'neocomplcache')
call add(g:pathogen_disabled, 'autotag')
call add(g:pathogen_disabled, 'eunuch')
call add(g:pathogen_disabled, 'fugitive')
call add(g:pathogen_disabled, 'gitv')
call add(g:pathogen_disabled, 'python-mode')
call add(g:pathogen_disabled, 'syntastic')
call add(g:pathogen_disabled, 'tslime-fork')
call add(g:pathogen_disabled, 'ultisnips')
call add(g:pathogen_disabled, 'vdebug')
else
" running on another platform. Disable some Android specific bundles
call add(g:pathogen_disabled, 'autocomplpop')
Expand Down

0 comments on commit cdb6ac5

Please sign in to comment.