freitass / todo.txt-vim

Vim plugin for Todo.txt
486 stars 121 forks source link

autocompletion for projects and contextx #52

Open p-phillips opened 7 years ago

p-phillips commented 7 years ago

Is it possible to include autocompletion for projects and contexts, such that typing

@ho would complete to @home, or give a choice such as

    @home 
    @homebase 
    @homebargains

Cheers Pete

NicolasWebDev commented 7 years ago

This would be a really nice feature indeed.

ghost commented 7 years ago

:+1:

hackel commented 6 years ago

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.

fretep commented 6 years ago

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.