vim-getting-things-down icon indicating copy to clipboard operation
vim-getting-things-down copied to clipboard

Limit TODO.md search path

Open anilanar opened this issue 8 years ago • 1 comments

I'm using this plugin full-time now, except that I had to fork it to remove a feature: crazy-deep TODO search path. At each directory level, it looks deeply for TODO.md files in every subdirectory and goes up to parent directory until it finds a TODO.md. That's very slow if the TODO.md file is a few levels up and if there are subdirectories such as npm's node_modules.

See the commit I made for myself here: https://github.com/anilanar/vim-getting-things-down/commit/05afff725ac399d28b64172c9c5b1c4759df6efe

anilanar avatar Jun 29 '17 07:06 anilanar

This is one of them why-didn't-I-think-of-that situations!

Feel free to submit a PR.

rlue avatar Jun 29 '17 07:06 rlue