[vim]Use vundle for plugin management
This commit is contained in:
parent
7d103879b0
commit
307581652a
File diff suppressed because it is too large
Load Diff
18
.vimrc
18
.vimrc
@ -412,3 +412,21 @@ let g:Tex_DefaultTargetFormat="pdf"
|
|||||||
|
|
||||||
colorscheme mycolor
|
colorscheme mycolor
|
||||||
cnoremap sudow w !sudo tee % >/dev/null
|
cnoremap sudow w !sudo tee % >/dev/null
|
||||||
|
|
||||||
|
"""""""""
|
||||||
|
" Plugin"
|
||||||
|
"""""""""
|
||||||
|
"Using vundle
|
||||||
|
"cf. https://github.com/gmarik/Vundle.vim
|
||||||
|
":PluginInstall to install them
|
||||||
|
set rtp+=~/.vim/bundle/vundle/
|
||||||
|
call vundle#rc()
|
||||||
|
|
||||||
|
" let Vundle manage Vundle, required
|
||||||
|
Plugin 'gmarik/vundle'
|
||||||
|
|
||||||
|
" plugin from github
|
||||||
|
Plugin 'airblade/vim-gitgutter'
|
||||||
|
Plugin 'tpope/vim-fugitive'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user