From d672d68c60a2a23be72b868b3bbe576910fedcf0 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 26 Feb 2026 19:30:49 -0500 Subject: [PATCH] docs(readme): remove icons section, covered in vimdoc --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index f6add96..b740f8f 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,6 @@ luarocks install pending.nvim :help pending.nvim ``` -## Icons - -pending.nvim renders task status and metadata using configurable icon characters. The defaults use plain unicode (no nerd font required): - -```lua -vim.g.pending = { - icons = { - pending = '○', done = '✓', priority = '●', - header = '▸', due = '·', recur = '↺', category = '#', - }, -} -``` - -See `:help pending.Icons` for nerd font examples. - ## Acknowledgements - [dooing](https://github.com/atiladefreitas/dooing)