README.md

May 7, 2026 ยท View on GitHub

plugin logo tasknvim preview

A simple and visual Neovim plugin that transforms files into smart task lists, with automatic counting, dynamic highlighting, and full color customization.

๐Ÿš€ Introduction

TASKNVIM is a versatile task management plugin for Neovim, designed to organize tasks, todo-lists, project checklists, and any system requiring structured task tracking.
Whether you're managing personal todos, team projects, bug tracking, or any organizational workflow, create a file called TASKNVIM and start organizing.


tasknvim gif

Task Types

TagNameDescription
[x]Donecompleted task
[ ]Pendingpriority level 1 task
[+]In Progresstask in progress
[!]Prioritypriority level 2 task
[>]Max Prioritypriority level 3 task
[@]Delegatedtask assigned to someone (NAME)
[?]Doubtquestion task (question)
[#]Bugbug task
[/]Refactorrefactoring task
[*]Brokenbroken code task

๐Ÿ“ฆ Installation

Using lazy.nvim

{"DaFi-1/tasknvim"}

Using packer.nvim

use "DaFi-1/tasknvim"

Using vim-plug

Plug 'DaFi-1/tasknvim'

Manual Installation

Clone the repository to your Neovim package directory:

git clone https://github.com/DaFi-1/tasknvim.git ~/.local/share/nvim/site/pack/plugins/start/tasknvim

๐Ÿ“„ License

This project is licensed under the GPL License.