https://github.com/iveevi/todotree.vim
https://github.com/iveevi/todotree.vim
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iveevi/todotree.vim
- Owner: iveevi
- Created: 2022-01-01T04:59:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T16:06:33.000Z (about 4 years ago)
- Last Synced: 2025-01-22T17:46:58.632Z (over 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todotree.vim
A Neovim function to view all the `TODO`s in your current buffer.
## Setup
Copy the contents of `todotree.vim` into your `~/.config/nvim` directory and
then `source` it from your `init.vim` configuration file. Make sure to also copy
`todos.lua` into `~/.config/nvim/lua/` (make this directory if it does not
already exist).
All that is left is to call the function `TodoTree()` either from normal mode or
map it to your desired keys.