35 lines
809 B
Markdown
35 lines
809 B
Markdown
# pending.nvim
|
|
|
|
**Edit tasks like text.**
|
|
|
|
Oil-like task management for todos in Neovim, inspired by
|
|
[oil.nvim](https://github.com/stevearc/oil.nvim) and
|
|
[vim-fugitive](https://github.com/tpope/vim-fugitive)
|
|
|
|
https://github.com/user-attachments/assets/f3898ecb-ec95-43fe-a71f-9c9f49628ba9
|
|
|
|
## Requirements
|
|
|
|
- Neovim 0.10+
|
|
- (Optionally) `curl` for Google Calendar and Google Task sync
|
|
|
|
## Installation
|
|
|
|
Install with your package manager of choice or via
|
|
[luarocks](https://luarocks.org/modules/barrettruth/pending.nvim):
|
|
|
|
```
|
|
luarocks install pending.nvim
|
|
```
|
|
|
|
## Documentation
|
|
|
|
```vim
|
|
:help pending.nvim
|
|
```
|
|
|
|
## Acknowledgements
|
|
|
|
- [dooing](https://github.com/atiladefreitas/dooing)
|
|
- [todo-comments.nvim](https://github.com/folke/todo-comments.nvim)
|
|
- [todotxt.nvim](https://github.com/arnarg/todotxt.nvim)
|