r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.73k stars 441 forks source link

fix vim plug in README #140

Closed jdsutherland closed 4 years ago

jdsutherland commented 4 years ago

The vim plug line is an invalid expression. The problem is the \: it needs to be omitted or moved to the next line:

Plug 'dsznajder/vscode-es7-javascript-react-snippets',
      \ { 'do': 'yarn install --frozen-lockfile && yarn compile' }