Skip to content

nvim4hours/rage.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rage

a small rage plugin(under 150LOC) just opens a floating window every 5 minutes insulting you
toggle with RageToggle
enable with Rage
disable with Calm

Installation

Lazy

return {
    "coding4hours/rage.nvim",
    cmd = { "Rage", "RageToggle", "Calm" },
    opts = {},
}

Vim-plug

Plug 'coding4hours/rage.nvim', { 'on': [ "Rage", "Ragetoggle", "Calm" ] }

vim.pack

vim.pack.add({
    'coding4hours/rage.nvim',
})

About

rage with my first ever neovim plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages