mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-10 10:53:50 -05:00
emojify
This commit is contained in:
12
README.md
12
README.md
@@ -1,11 +1,11 @@
|
|||||||
# vim-monokai-tasty.vim
|
# vim-monokai-tasty.vim
|
||||||
|
|
||||||
Monokai forever! :tada: Inspired by Sublime Text's interpretation of monokai, this colour scheme makes use of cterm color numbers to support VIM running on a wide range of systems.
|
Monokai forever! :tada: Inspired by Sublime Text's interpretation of monokai, this colour scheme makes use of cterm color numbers to support VIM running on a wide range of systems.
|
||||||
It has been customised for Javascript highlighting, but works for all languages.
|
It has been customised for Javascript highlighting, but works for all languages :heart:
|
||||||
|
|
||||||
## Installation
|
## :electric_plug: Installation
|
||||||
|
|
||||||
:electric_plug: I recommend using [Plug](https://github.com/junegunn/vim-plug).
|
I recommend using [Plug](https://github.com/junegunn/vim-plug).
|
||||||
|
|
||||||
Add the following to your `.vimrc` and run `PlugInstall`
|
Add the following to your `.vimrc` and run `PlugInstall`
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Plug 'mxw/vim-jsx'
|
|||||||
Plug 'styled-components/vim-styled-components'
|
Plug 'styled-components/vim-styled-components'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use
|
## :wolf: Use
|
||||||
|
|
||||||
Add to your `.vimrc`:
|
Add to your `.vimrc`:
|
||||||
|
|
||||||
@@ -28,13 +28,13 @@ Add to your `.vimrc`:
|
|||||||
colorscheme vim-monokai-tasty
|
colorscheme vim-monokai-tasty
|
||||||
```
|
```
|
||||||
|
|
||||||
## Screen shots
|
## :tv: Screen shots
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Dependencies
|
## :hammer: Dependencies
|
||||||
This plugin works best with a terminal that can render italic text. It will work just fine on terminals that can't, the italic text will appear in inverted colours (black text on blue background for example).
|
This plugin works best with a terminal that can render italic text. It will work just fine on terminals that can't, the italic text will appear in inverted colours (black text on blue background for example).
|
||||||
This colour scheme also makes use of syntax definitions from [`vim/pangloss`](https://github.com/pangloss/vim-javascript). The _vim/panglass_ syntax file for javascript is a dependency for the _vim-monokai-tasty_ colour scheme.
|
This colour scheme also makes use of syntax definitions from [`vim/pangloss`](https://github.com/pangloss/vim-javascript). The _vim/panglass_ syntax file for javascript is a dependency for the _vim-monokai-tasty_ colour scheme.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user