Explorar el Código

Remove Neomake list

Frans Bergman hace 5 años
padre
commit
535cb1fc0e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .vimrc

+ 0 - 1
.vimrc

@@ -109,5 +109,4 @@ filetype plugin indent on    " required
 " ########## Plugin Settings ########## {{{
 autocmd FileType java setlocal omnifunc=javacomplete#Complete
 call neomake#configure#automake('nrwi', 500)
-let g:neomake_open_list = 2
 " }}}