All Projects → Dimercel → todo-vim

Dimercel / todo-vim

Licence: other
Simple todo plugin for vim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to todo-vim

vim-win
🖼️ A Vim plugin for managing windows.
Stars: ✭ 48 (+100%)
Mutual labels:  vim-plugin
CommentFrame.vim
Add Comments in Frames to the file you're editing, or Comments aligned on the Right side of a line. Customizable!
Stars: ✭ 42 (+75%)
Mutual labels:  vim-plugin
uxntal.vim
Uxntal support for Vim
Stars: ✭ 32 (+33.33%)
Mutual labels:  vim-plugin
vim-easydebugger
A VIM multi-language debugger plugin
Stars: ✭ 47 (+95.83%)
Mutual labels:  vim-plugin
42header.vim
Add and update the 42 comment header at the top of your files
Stars: ✭ 15 (-37.5%)
Mutual labels:  vim-plugin
vim-counterpoint
Cycle between file counterparts in vim or neovim.
Stars: ✭ 12 (-50%)
Mutual labels:  vim-plugin
vim-jsonc
⚠️Deprecated⚠️: Vim syntax highlighting plugin for JSON with C-style line (//) and block (/* */) comments.
Stars: ✭ 52 (+116.67%)
Mutual labels:  vim-plugin
poet-v
Vim Meets Poetry and Pipenv Virtual Environments
Stars: ✭ 57 (+137.5%)
Mutual labels:  vim-plugin
vim-thematic
Alter Vim's appearance to suit your task & environ
Stars: ✭ 218 (+808.33%)
Mutual labels:  vim-plugin
vim-tips-wiki
1500+ tips downloaded from Vim Tips Wiki, parsed and formatted to look and work like native Vim help files
Stars: ✭ 56 (+133.33%)
Mutual labels:  vim-plugin
vim-sage
Vim plugin for SageMath (Sage) mathematics software system
Stars: ✭ 17 (-29.17%)
Mutual labels:  vim-plugin
swifty-vim
⌨️ A Vim plugin for Swift which provides file detection, syntax highlighting, support for compiling and running tests, and optional support for formatting and linting tools.
Stars: ✭ 18 (-25%)
Mutual labels:  vim-plugin
vim-swap
Easy swapping of text in Vim
Stars: ✭ 18 (-25%)
Mutual labels:  vim-plugin
vim-textobj-sentence
Improving on Vim's native sentence text object and motion
Stars: ✭ 92 (+283.33%)
Mutual labels:  vim-plugin
filestyle
filestyle is a Vim plugin that highlights unwanted whitespace and characters.
Stars: ✭ 30 (+25%)
Mutual labels:  vim-plugin
code runner.nvim
Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
Stars: ✭ 234 (+875%)
Mutual labels:  vim-plugin
cosme.vim
Cosmetic color scheme for Vim
Stars: ✭ 63 (+162.5%)
Mutual labels:  vim-plugin
DidYouMean
Vim plugin which asks for the right file to open
Stars: ✭ 82 (+241.67%)
Mutual labels:  vim-plugin
denops-gh.vim
Vim/Neovim plugin for GitHub
Stars: ✭ 27 (+12.5%)
Mutual labels:  vim-plugin
denops-docker.vim
Manage Docker in Vim/Neovim
Stars: ✭ 48 (+100%)
Mutual labels:  vim-plugin

todo-vim: Simple todo plugin for Vim

What is it?

todo-vim is plugin for manage your todo notes. He will help you to navigate and manage your todo labels in code.

Installation

Extract the archive or clone the repository into a directory in your 'runtimepath', or use a plugin manager of your choice like Dein.vim. Example for Dein.vim(add in your .vimrc):

call dein#add('Dimercel/todo-vim')

Quickstart

Put something like the following into your ~/.vimrc:

nmap <F5> :TODOToggle<CR>

If you do this the F5 key will toggle the ToDo window and you can see navigate by todo labels.

Screenshots

Demo screenshot

Maintainer

Dimercel <[email protected]>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].