vim-task : vim task plugin, help people practice GTD in their favorite editor
script karma |
Rating 5/8,
Downloaded by 1096 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Samson Wu |
|
script type |
ftplugin |
|
description |
Basically, this is the TextMate Tasks Bundle port for Vim.
Please see details at:
https://github.com/samsonw/vim-task |
|
install details |
Normal installation steps follow the vim tradition: download the zip/tar archive then copy all the directories/files to ~/.vim directory. You can download vim-task zip/tar archive by clicking the “Download Source” button in github.
You can also check out the latest code if you have git installed:
$ git clone git://github.com/samsonw/vim-task.git
$ cd vim-task
$ rm README.mkd
$ cp -rv * ~/.vim
For those guys who use pathogen, the installation should be as simple as a git clone:
$ cd ~/.vim/bundle
$ git clone git://github.com/samsonw/vim-task.git
unfortunately ftdetect directory seems not take effect in pathogen, I’m still wondering about why, but anyway here is a temporary workaround for now:
$ mkdir -p ~/.vim/ftdetect
$ cd ~/.vim/ftdetect
$ ln -s ../bundle/vim-task/ftdetect/task.vim task.vim
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.129.73.179
|