Browse Source

Remove Neomake list

Frans Bergman 5 years ago
parent
commit
535cb1fc0e
1 changed files with 0 additions and 1 deletions
  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
 " }}}