浏览代码

some update 7

raa0121 10 年之前
父节点
当前提交
0032f7229d
共有 1 个文件被更改,包括 3 次插入1 次删除
  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', {