Add coc-java

This commit is contained in:
Marko Korhonen 2020-07-20 16:08:30 +03:00
parent 420f6e8f00
commit 60c1b96a5c
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -18,6 +18,7 @@ let g:coc_global_extensions = [
\ 'coc-rust-analyzer',
\ 'coc-markdownlint',
\ 'coc-snippets',
\ 'coc-java'
\ ]
call plug#begin()