[vim] remove taskpaper plugin

This commit is contained in:
Fernando Schauenburg 2017-02-05 19:55:16 +01:00
parent 0061510573
commit 8e89707405

5
vimrc
View file

@ -52,7 +52,6 @@ set nocompatible
call plug#begin('~/.vim/bundle') call plug#begin('~/.vim/bundle')
Plug 'altercation/vim-colors-solarized' Plug 'altercation/vim-colors-solarized'
Plug 'bronson/vim-trailing-whitespace' Plug 'bronson/vim-trailing-whitespace'
Plug 'davidoc/taskpaper.vim'
Plug 'elzr/vim-json' Plug 'elzr/vim-json'
Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown' Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown'
Plug 'junegunn/rainbow_parentheses.vim' Plug 'junegunn/rainbow_parentheses.vim'
@ -71,10 +70,6 @@ set nocompatible
let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']] let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']]
highlight link taskpaperDone Comment
highlight link taskpaperCancelled Comment
highlight link taskpaperComment Normal
if !exists('g:airline_symbols') if !exists('g:airline_symbols')
let g:airline_symbols = {} let g:airline_symbols = {}
endif endif