Skip to content

Instantly share code, notes, and snippets.

@limdingwen
Created October 19, 2021 17:14
Show Gist options
  • Save limdingwen/6c2e12d284f57c57a9461ee2abaa3a90 to your computer and use it in GitHub Desktop.
Save limdingwen/6c2e12d284f57c57a9461ee2abaa3a90 to your computer and use it in GitHub Desktop.
call plug#begin('~/.vim/plugged')
Plug 'autozimu/LanguageClient-neovim', {
\ 'branch': 'next',
\ 'do': 'bash install.sh',
\ }
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment