Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayaz-amin/cyberpunk.nvim
My custom Cyberpunk NeoVim theme
https://github.com/ayaz-amin/cyberpunk.nvim
Last synced: 26 days ago
JSON representation
My custom Cyberpunk NeoVim theme
- Host: GitHub
- URL: https://github.com/ayaz-amin/cyberpunk.nvim
- Owner: ayaz-amin
- Created: 2020-10-24T21:39:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T23:13:53.000Z (about 4 years ago)
- Last Synced: 2023-03-21T12:56:19.353Z (almost 2 years ago)
- Language: Vim script
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cyberpunk.nvim
My custom Cyberpunk NeoVim theme. Put the ```cyberpunk.vim``` file into the ```colors``` folder of nvim and add the following line to your ```init.vim``` file: ```autocmd vimenter * colorscheme cyberpunk```## vim-plug
Add the following to your ```.vimrc``` or ```init.vim```:
```
call plug#begin()
Plug 'ayaz-amin/cyberpunk.nvim' , {'branch' : 'main'}
call plug#end()autocmd vimenter * colorscheme cyberpunk
```