Sound on π (jumpscare warning .. ?)
Maybe the stupidest #Neovim plugin I've made yet. But if it isn't just so much fun being a programmer and clowning around with this stuff, I love it.
Maybe the stupidest #Neovim plugin I've made yet. But if it isn't just so much fun being a programmer and clowning around with this stuff, I love it.
Comments
```lua
require('rip-and-tear').setup({
mp3_file = '/Users/jpmcb/Downloads/rip-and-tear.mp3',
player_command = 'mpg123',
delay = 1000,
})
```
You'll also need:
brew install mpg123