Browse Source

some update 7

raa0121 10 years ago
parent
commit
0032f7229d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .vimrc

+ 3 - 1
.vimrc

@@ -204,7 +204,9 @@ call neobundle#config('ghcmod-vim', {
   \ 'lazy' : 1,
   \ 'autoload' : { 'filetypes' : 'haskell' }
   \ })
-NeoBundle 'editorconfig/editorconfig-vim'
+if has('python')
+  NeoBundle 'editorconfig/editorconfig-vim'
+endif
 NeoBundle 'fuenor/qfixhowm'
 NeoBundle 'groenewege/vim-less'
 call neobundle#config('vim-less', {