From dea5030bbb7625e7d19e26d2dec5e664ea14a01e Mon Sep 17 00:00:00 2001 From: glepnir Date: Sat, 18 May 2024 20:53:21 +0800 Subject: [PATCH] update doc for only works on current buffer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33608bf..5963992 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # indentmini.nvim A minimal less than ~100 lines and blazing fast indentline plugin. no much more features but useful! +**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)