docs(readme): remove icons section, covered in vimdoc
This commit is contained in:
parent
e182cc67a2
commit
d672d68c60
1 changed files with 0 additions and 15 deletions
15
README.md
15
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue