From 52cb2c90460a1c5aa6b742ecb1986617cfe733f3 Mon Sep 17 00:00:00 2001 From: Daniel Heras Quesada Date: Fri, 12 Sep 2025 12:16:49 +0200 Subject: [PATCH] docs(README.md): known issues section --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa0efb4..4f6970b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Git line blame by mail. -## Options +## 🔧 Options - `blame_text_color_hex`: hex color to use as foreground. - `monkey_mail_list`: list of github account emails separated by a single comma ",". @@ -13,9 +13,9 @@ Git line blame by mail. - `blame_position`: 'eol' or 'overlay' or 'right_align'. - `auto_attach`: whether or not create an autocmd to blame the current line automatically. -## Usage +## 🐾 Usage -### Lazyvim +### 💤 Lazyvim ```lua { @@ -31,5 +31,10 @@ Git line blame by mail. }, ``` -## Example +## 🎬 Example + monkey-alert + +## 🚨 Known issues + +- [ ] Error on non-git files.