4c4ac78088cf462398a0206e79669936a184175fnone
CLAUDE.mdTool: claude-code# CLAUDE.md
Dooing is a minimalist todo list manager for Neovim. It provides a floating window UI for managing tasks with tags, priorities, due dates, nested subtasks, and per-project todo lists. Target: Neovim users who want lightweight task tracking without leaving the editor.
## Tech Stack & Constraints
- **Language:** Lua only (no Vimscript except the 4-line bootstrap in `plugin/dooing.vim`)
- **Runtime:** Neovim ≥ 0.10.0 plugin, managed by [lazy.nvim](https://github.com/folke/lazy.nvim)
- **Dependnone