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