Browse Source

Remove Neomake list

Frans Bergman 5 năm trước cách đây
mục cha
commit
535cb1fc0e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 " }}}