Parcourir la source

Remove Neomake list

Frans Bergman il y a 5 ans
Parent
commit
535cb1fc0e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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
 " }}}