Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 802 Bytes

🧉 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