Sfoglia il codice sorgente

Remove Neomake list

Frans Bergman 5 anni fa
parent
commit
535cb1fc0e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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
 " }}}