[vim] remove taskpaper plugin
This commit is contained in:
parent
0061510573
commit
8e89707405
1 changed files with 0 additions and 5 deletions
5
vimrc
5
vimrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue