Skip to content

mgastonportillo/yerbreak.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‰ Yerbreak

2024-05-02.21-42-28.mp4

Make a pause, take a deep breath and drink some mates. Now you're ready to get back to work.

Installation

Lazy:

{
  "mgastonportillo/yerbreak.nvim",
  dependencies = { "rcarriga/nvim-notify" }, -- optional: custom notifications
  event = "VeryLazy",
  init = function()
    -- any mappings should go here
  end
  opts = {}, -- or config = true
}

Configuration

Defaults:

opts = {
  ascii_table = "mate" -- "mate" | "op"
  delay = 200, -- integer (ms)
  border = "rounded", -- "rounded" | "single" | "none" | "double" | "solid" | "shadow"
}

Commands

:Yerbreak Toggle Yerbreak on/off

Credits

@MaximilianLloyd for the One Piece ascii tables

About

πŸ§‰ You deserve a yerbreak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages