Forget to replace "command".
This commit is contained in:
36
.vim/vimrc
36
.vim/vimrc
@@ -58,24 +58,24 @@ vnoremap <silent> y y`]
|
|||||||
filetype off
|
filetype off
|
||||||
"
|
"
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Bundle 'bonsaiben/bootstrap-snippets'
|
Plug 'bonsaiben/bootstrap-snippets'
|
||||||
Bundle 'ctrlpvim/ctrlp.vim'
|
Plug 'ctrlpvim/ctrlp.vim'
|
||||||
Bundle 'garbas/vim-snipmate'
|
Plug 'garbas/vim-snipmate'
|
||||||
Bundle 'godlygeek/csapprox'
|
Plug 'godlygeek/csapprox'
|
||||||
Bundle 'gregsexton/gitv'
|
Plug 'gregsexton/gitv'
|
||||||
Bundle 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
Bundle 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
Bundle 'majutsushi/tagbar'
|
Plug 'majutsushi/tagbar'
|
||||||
Bundle 'MarcWeber/vim-addon-mw-utils'
|
Plug 'MarcWeber/vim-addon-mw-utils'
|
||||||
Bundle 'motus/pig.vim'
|
Plug 'motus/pig.vim'
|
||||||
Bundle 'nathanaelkane/vim-indent-guides'
|
Plug 'nathanaelkane/vim-indent-guides'
|
||||||
Bundle 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
Bundle 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
Bundle 'spf13/PIV'
|
Plug 'spf13/PIV'
|
||||||
Bundle 'terryma/vim-expand-region'
|
Plug 'terryma/vim-expand-region'
|
||||||
Bundle 'tomtom/tlib_vim'
|
Plug 'tomtom/tlib_vim'
|
||||||
Bundle 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Bundle 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
"
|
"
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user