vim-todoist is a Vim plugin what allow you to be more productive using Todoist.
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/Siprah/vim-todoist ~/.vim/bundle/vim-todoist
- Vundle
- Add
Bundle 'https://github.com/Siprah/vim-todoist'
to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/Siprah/vim-todoist'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/Siprah/vim-todoist'
to .vimrc - Run
:PlugInstall
- Add
- Write a plugin
- Write documentation