From 7f3b7ec7479ccb09a2dfe9268e3db3c1fd53032b Mon Sep 17 00:00:00 2001 From: Vidocq Date: Mon, 23 Oct 2023 15:32:19 +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 70bee04..ed072d4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ requir("lazy").setup({ ```lua { lightmode = true, -- Lightmode assumes tabstop and indentexpr not change within buffer's lifetime - indentexpr = nil, + indentexpr = nil, -- Use vim.bo.indentexpr by default } ```