From 72f9da54c0a2272bc1eb37b2d9e3408af92cab28 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Thu, 7 May 2020 14:13:26 +0800 Subject: [PATCH] Forget to replace "command". --- .vim/vimrc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index cc70d46..048c3ab 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -58,24 +58,24 @@ vnoremap y y`] filetype off " call plug#begin('~/.vim/plugged') -Bundle 'bonsaiben/bootstrap-snippets' -Bundle 'ctrlpvim/ctrlp.vim' -Bundle 'garbas/vim-snipmate' -Bundle 'godlygeek/csapprox' -Bundle 'gregsexton/gitv' -Bundle 'honza/vim-snippets' -Bundle 'itchyny/lightline.vim' -Bundle 'majutsushi/tagbar' -Bundle 'MarcWeber/vim-addon-mw-utils' -Bundle 'motus/pig.vim' -Bundle 'nathanaelkane/vim-indent-guides' -Bundle 'scrooloose/nerdtree' -Bundle 'sheerun/vim-polyglot' -Bundle 'spf13/PIV' -Bundle 'terryma/vim-expand-region' -Bundle 'tomtom/tlib_vim' -Bundle 'tpope/vim-fugitive' -Bundle 'tpope/vim-surround' +Plug 'bonsaiben/bootstrap-snippets' +Plug 'ctrlpvim/ctrlp.vim' +Plug 'garbas/vim-snipmate' +Plug 'godlygeek/csapprox' +Plug 'gregsexton/gitv' +Plug 'honza/vim-snippets' +Plug 'itchyny/lightline.vim' +Plug 'majutsushi/tagbar' +Plug 'MarcWeber/vim-addon-mw-utils' +Plug 'motus/pig.vim' +Plug 'nathanaelkane/vim-indent-guides' +Plug 'scrooloose/nerdtree' +Plug 'sheerun/vim-polyglot' +Plug 'spf13/PIV' +Plug 'terryma/vim-expand-region' +Plug 'tomtom/tlib_vim' +Plug 'tpope/vim-fugitive' +Plug 'tpope/vim-surround' call plug#end() " filetype plugin indent on