Forget to replace "command".

This commit is contained in:
Gea-Suan Lin
2020-05-07 14:13:26 +08:00
parent f4fbf72e17
commit 72f9da54c0

View File

@@ -58,24 +58,24 @@ vnoremap <silent> 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