Explorar el Código

some update 7

raa0121 hace 10 años
padre
commit
0032f7229d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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', {