Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahcodes/roll.nvim
🎲 A fun and challenging game for Neovim
https://github.com/mahcodes/roll.nvim
Last synced: about 4 hours ago
JSON representation
🎲 A fun and challenging game for Neovim
- Host: GitHub
- URL: https://github.com/mahcodes/roll.nvim
- Owner: MAHcodes
- License: gpl-3.0
- Created: 2023-10-12T13:05:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-13T14:37:41.000Z (about 1 year ago)
- Last Synced: 2024-04-22T05:07:41.603Z (7 months ago)
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎲 roll.nvim
**roll.nvim:** A fun and challenging game for Neovim.
It's like a box of chocolates, but with a sarcastic twist: you never know what you're going to get, and you're stuck with it.
The rules are simple:
- You're given a random colorscheme.
- You can't change the colorscheme.
- You can't restart Neovim.That means you're stuck with whatever random colorscheme you're given, even if it's something that would make a toddler cry. If you break any of the rules, you lose.
Challenge your friends to play and see who can last the longest. But be warned: the odds are not in your favor.
Roll your luck, and have fun! 🎲
## 🚀 Getting Started
Install `roll.nvim` using your preferred plugin manager.
### [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{ "MAHcodes/roll.nvim", dependencies = "RRethy/nvim-base16" }
```### [packer](https://github.com/wbthomason/packer.nvim)
```lua
use { "MAHcodes/roll.nvim", requires = "RRethy/nvim-base16" }
```