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)