mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-14 04:43:49 -05:00
Move supported plugins to own heading
This commit is contained in:
21
README.md
21
README.md
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user