add coc-java to vim

This commit is contained in:
Bruno Carlin 2020-03-05 11:15:09 +01:00
parent 7d0af40c3e
commit 7dad54f124

View file

@ -176,6 +176,7 @@ call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile'} Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile'}
Plug 'neoclide/coc-html', {'do': 'yarn install --frozen-lockfile'} Plug 'neoclide/coc-html', {'do': 'yarn install --frozen-lockfile'}
Plug 'neoclide/coc-css', {'do': 'yarn install --frozen-lockfile'} Plug 'neoclide/coc-css', {'do': 'yarn install --frozen-lockfile'}
Plug 'neoclide/coc-java', {'do': 'yarn install --frozen-lockfile'}
Plug 'aklt/plantuml-syntax' Plug 'aklt/plantuml-syntax'
Plug 'scrooloose/vim-slumlord' Plug 'scrooloose/vim-slumlord'