Move supported plugins to own heading

This commit is contained in:
Patrick Stockwell
2020-05-30 18:17:20 +10:00
parent afd884d4ef
commit b36dd70b3a

View File

@@ -24,16 +24,6 @@ Add the following to your `.vimrc` and run `PlugInstall`
Plug 'patstockwell/vim-monokai-tasty' Plug 'patstockwell/vim-monokai-tasty'
``` ```
For JavaScript or React development, _monokai-tasty_ supports definitions from all these plugins.
Add some of these for an even better look and feel:
```vim
Plug 'pangloss/vim-javascript'
Plug 'MaxMEllon/vim-jsx-pretty'
Plug 'styled-components/vim-styled-components'
Plug 'elzr/vim-json'
Plug 'jparise/vim-graphql'
```
If you use _Vundle_: If you use _Vundle_:
```vim ```vim
Plugin 'patstockwell/vim-monokai-tasty' Plugin 'patstockwell/vim-monokai-tasty'
@@ -64,6 +54,17 @@ To use the included [vim-airline](https://github.com/vim-airline/vim-airline) th
let g:airline_theme='monokai_tasty' let g:airline_theme='monokai_tasty'
``` ```
## :books: Additional plugins with targeted syntax groups
For JavaScript or React development, _monokai-tasty_ supports definitions from all these plugins.
Add some of these for an even better look and feel:
```vim
Plug 'pangloss/vim-javascript'
Plug 'MaxMEllon/vim-jsx-pretty'
Plug 'styled-components/vim-styled-components'
Plug 'elzr/vim-json'
Plug 'jparise/vim-graphql'
```
## :crystal_ball: Extras ## :crystal_ball: Extras
- If you use [iterm2](https://iterm2.com/) (you should), there is an included _monokai.itermcolors_ file. - If you use [iterm2](https://iterm2.com/) (you should), there is an included _monokai.itermcolors_ file.