From 85461e111e0215e146e57bb74bd1672270ff6fbb Mon Sep 17 00:00:00 2001 From: glepnir Date: Sat, 25 May 2024 13:56:53 +0800 Subject: [PATCH] update doc for more detail description and image --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5963992..371c8d8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # indentmini.nvim -A minimal less than ~100 lines and blazing fast indentline plugin. no much more features but useful! + +**Minimal** less than ~100 lines and blazing fastest indentline plugin. +**Performance** still fast on files with tens of thousands of lines. **NOTE:** it only works on current buffer that's mean you can't see any indent char on non current buffer. -![old](https://github.com/nvimdev/indentmini.nvim/assets/41671631/d836db79-4c41-45bc-99cb-d9f807dfe9af) +![indentmini](https://github.com/nvimdev/indentmini.nvim/assets/41671631/99fb6dd4-8e61-412f-aa4c-c83ee7ce3206) ## Install