37 lines
604 B
Markdown
37 lines
604 B
Markdown
# vim-J :black_joker:
|
||
|
||
![wallp][wallp]
|
||
|
||
> All it takes is a little push
|
||
|
||
## Installation
|
||
|
||
Just copy colors/joker.vim to ~/.vim/colors or
|
||
|
||
If you use any vim plugin manager:
|
||
|
||
Plug 'arthurealike/vim-J'
|
||
|
||
Once installed set the colour scheme:
|
||
|
||
colorscheme joker
|
||
|
||
Enable 24-bit compatibility:
|
||
|
||
set termguicolors
|
||
|
||
|
||
|
||
<details>
|
||
<summary>Screen Shot</summary>
|
||
|
||
![ss-python][ss-python]
|
||
</details>
|
||
|
||
## License
|
||
|
||
MIT © 2021 Erkam Badın, see [the license][license].
|
||
|
||
[ss-python]:https://imgur.com/6js3fHn.png "SS-Python"
|
||
[wallp]:https://imgur.com/Dpz51L5.png "legend"
|
||
[license]: LICENSE
|