From 8e89707405659331bc0ff3b8f5991cb313090016 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 5 Feb 2017 19:55:16 +0100 Subject: [PATCH] [vim] remove taskpaper plugin --- vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vimrc b/vimrc index 95026af..897a841 100644 --- a/vimrc +++ b/vimrc @@ -52,7 +52,6 @@ set nocompatible call plug#begin('~/.vim/bundle') Plug 'altercation/vim-colors-solarized' Plug 'bronson/vim-trailing-whitespace' - Plug 'davidoc/taskpaper.vim' Plug 'elzr/vim-json' Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown' Plug 'junegunn/rainbow_parentheses.vim' @@ -71,10 +70,6 @@ set nocompatible let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']] - highlight link taskpaperDone Comment - highlight link taskpaperCancelled Comment - highlight link taskpaperComment Normal - if !exists('g:airline_symbols') let g:airline_symbols = {} endif