Add taskwarrior stuff to vim and zsh

This commit is contained in:
2017-09-09 13:55:49 +02:00
parent ed250a926d
commit 22c3861531
2 changed files with 5 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ Plug 'scrooloose/nerdtree'
"Plugin 'terryma/vim-multiple-cursors'
"Plugin 'wellle/targets.vim'
"Plugin 'wincent/Command-T'
Plug 'vimwiki/vimwiki'
Plug 'blindFS/vim-taskwarrior'
Plug 'tbabej/taskwiki'
call plug#end()
filetype plugin indent on

View File

@@ -64,3 +64,5 @@ alias cl="clear"
alias nocolor="sed -r \"s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g\""
alias ip="ip -color"
alias vimtask="vim -c :TW"