From 881ba5f5d334bcf48d38635e5b0fe7f886380b4b Mon Sep 17 00:00:00 2001 From: Xiaobo Liu Date: Fri, 23 Feb 2024 21:28:45 +0800 Subject: [PATCH] docs: fix typo (#110) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50e6b36..23df82c 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ require("statuscol").setup({ function(args) -- shown only for the current window return vim.api.nvim_get_current_win() == args.win end, - builtin.notempty, -- only shown when the rest of the statuscolumn is not empty + builtin.not_empty, -- only shown when the rest of the statuscolumn is not empty }, } }