From f56acaaee922aa17b98d74cfeaf0705cc8856816 Mon Sep 17 00:00:00 2001 From: Vidocq Date: Fri, 3 Nov 2023 18:05:31 +0800 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a4556..9bccecc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ require("auto-indent").setup({ ### Custom Indent Evaluate Method -`indentexpr` should be a function returns a number of indents +`indentexpr` should be a function returns quantity of indents example using [treesitter.indent](https://github.com/nvim-treesitter/nvim-treesitter#indentation) module