todo.txt-vim
todo.txt-vim copied to clipboard
autocompletion for projects and contextx
Is it possible to include autocompletion for projects and contexts, such that typing
@ho<TAB> would complete to @home, or give a choice such as
@home
@homebase
@homebargains
Cheers Pete
This would be a really nice feature indeed.
:+1:
If you use something like completor.vim, you will get this functionality for free. I don't believe it needs to be added to this plugin.
Completion is implemented in this fork natively without a Python dependency which completor.vim would introduce, and is fairly easy to implement in native vim for todo.txt format, probably wouldn't be hard to merge back into this fork.