Change to match latest docs
This commit is contained in:
parent
e77698dac1
commit
e9be22f978
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -42,7 +42,7 @@ Plug 'roxma/nvim-cm-racer'
|
|||
Plug 'vim-scripts/groovy.vim'
|
||||
Plug 'vim-scripts/groovyindent-unix'
|
||||
" LSP
|
||||
Plug 'autozimu/LanguageClient-neovim', {'tag': 'binary-*-x86_64-unknown-linux-musl'}
|
||||
Plug 'autozimu/LanguageClient-neovim', {'branch': 'next', 'do': 'bash install.sh'}
|
||||
" auto format all the things
|
||||
" https://github.com/Chiel92/vim-autoformat
|
||||
Plug 'Chiel92/vim-autoformat'
|
||||
|
|
Loading…
Reference in a new issue