Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 799 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 799 Bytes

vim-todoist (NOT COMPLETE)

vim-todoist is a Vim plugin what allow you to be more productive using Todoist.

Installation

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
  • NeoBundle
    • Add NeoBundle 'https://github.com/Siprah/vim-todoist' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'https://github.com/Siprah/vim-todoist' to .vimrc
    • Run :PlugInstall

Todo

  1. Write a plugin
  2. Write documentation