diff --git a/README.md b/README.md index cb7df7a..72f3921 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,6 @@ Add the following to your `.vimrc` and run `PlugInstall` 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_: ```vim 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' ``` +## :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 - If you use [iterm2](https://iterm2.com/) (you should), there is an included _monokai.itermcolors_ file.