Skip to content

Commit

Permalink
Disable YCM on beakers
Browse files Browse the repository at this point in the history
  • Loading branch information
fegin committed Aug 21, 2014
1 parent 60b007b commit 1b02bb9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"---------------------------------------------------------------------------
" System variables
"---------------------------------------------------------------------------
let hostname = substitute(system('hostname'), '\n', '', '')

"---------------------------------------------------------------------------
" Vundle/Plugins installation
"---------------------------------------------------------------------------
Expand Down Expand Up @@ -28,7 +33,9 @@ Plugin 'majutsushi/tagbar'
" Tabular
Plugin 'godlygeek/tabular'
" YouCompleteMe
Plugin 'Valloric/YouCompleteMe'
if hostname !~ 'beaker' " Disable this on the cluster.
Plugin 'Valloric/YouCompleteMe'
endif
" Syntastic
Plugin 'scrooloose/syntastic'
" Vim-Snippets
Expand Down

0 comments on commit 1b02bb9

Please sign in to comment.