2025-09-12 17:30:01 +02:00
2025-09-08 23:39:44 +02:00
2025-12-21 23:11:34 +01:00

mokey-alert.nvim

Version: 1.0.0 License: WTFPL

Git line blame by mail.

🔧 Options

  • blame_text_color_hex: hex color to use as foreground.
  • monkey_mail_list: list of github account emails separated by a single comma ",".
  • blame_text: string with the text that will appear on the blame.
  • blame_position: 'eol' or 'overlay' or 'right_align'.
  • auto_attach: whether or not create an autocmd to blame the current line automatically.

🐾 Usage

💤 Lazyvim

{
    "dqnid/monkey-alert.nvim",
    name = "monkey-alert",
    opts = {
        monkey_mail_list = "john@doe.org,another@dude.me",
        blame_text_color_hex = "#c0ffee",
        blame_text = "- Monkey alert 🐒",
        blame_position = "eol",
        auto_attach = false
    },
},

🎬 Example

monkey-alert

🚨 Known issues

  • Error on non-git files.
  • Performance: the autocmd should not be processed on non-git files, to this date it is simply not displayed but a $ git log is run.

Brain made

  1. I don't hate AIs,
  2. I love humans!

Brainmade logo

Description
Small nvim plugin to flag specific users commits.
Readme WTFPL 43 KiB
Languages
Lua 100%