Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```