separate dependency in README

This commit is contained in:
Patrick Stockwell
2018-12-06 11:06:34 +11:00
parent 0aa84cceab
commit ac03f62f5c

View File

@@ -11,11 +11,11 @@ Add the following to your `.vimrc` and run `PlugInstall`
```javascript
Plug 'patstockwell/vim-monokai-tasty'
Plug 'pangloss/vim-javascript'
```
A few optional extras if you write React
Works best with these if you write javascript or React
```javascript
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
Plug 'styled-components/vim-styled-components'
```