Proper project management with Taskwarrior in vim
Taskwiki Proper project management in vim. Standing on the shoulders of vimwiki and Taskwarrior Installation Make sure you satisfy the requirements Vim 7.4 or newer, with +python or +python3 (NeoVim is also supported) Vimwiki (the dev branch) git clone https://github.com/vimwiki/vimwiki ~/.vim/bundle/ –branch dev Taskwarrior (version 2.4.0 or newer), install either from sources or using your package manager sudo dnf install task tasklib (the develop branch), Python library for Taskwarrior. sudo pip3 install –upgrade -r requirements.txt For neovim users: Note that […]
Read more