Rave in the superior text editor
Using lazy.nvim
return {
'lotaher/rave.nvim'
}Using packer.nvim
use 'lotaher/rave.nvim'Using vim-plug
Plug 'lotaher/rave.nvim'-- default configuration
require('rave').setup({
bpm = 120,
range = 10,
colors = {
"#ff006e",
"#fb5607",
"#ffbe0b",
"#8338ec",
"#3a86ff",
"#06ffa5",
"#ff4081",
"#00f5d4",
}
})