add coc-java to vim
This commit is contained in:
parent
7d0af40c3e
commit
7dad54f124
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue