use Vundle for vim bundles
This commit is contained in:
parent
c2d20a5ea0
commit
29797120ca
11 changed files with 144 additions and 427 deletions
|
|
@ -1,27 +0,0 @@
|
|||
" Based on http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/
|
||||
"
|
||||
" Attention: jedi-vim requires 'pip install jedi'
|
||||
|
||||
" Add new vim plugin
|
||||
" ------------------
|
||||
|
||||
" cd <dotfiles-git-repo>
|
||||
" git submodule add http://gitrepo.url/plugin.git .vim/bundle/pluginname
|
||||
" git add ...
|
||||
" git commit -m '...'
|
||||
|
||||
" Clone the vim config to another machine
|
||||
" ---------------------------------------
|
||||
" git clone http://github.com/username/dotvim.git ~/.vim
|
||||
" cd ~/.vim
|
||||
" git submodule init
|
||||
" git submodule update
|
||||
|
||||
" Update single plugin
|
||||
" --------------------
|
||||
" cd ~/.vim/bundle/pluginname
|
||||
" git pull origin master
|
||||
|
||||
" Upgrade all plugins
|
||||
" -------------------
|
||||
" git submodule foreach git pull origin master
|
||||
1
.vim/bundle/Vundle.vim
Submodule
1
.vim/bundle/Vundle.vim
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d
|
||||
1
.vim/bundle/base16-vim
Submodule
1
.vim/bundle/base16-vim
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fcce6bce6a2f4b14eea7ea388031c0aa65e4b67d
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 91818a7d5f5a0af5139e9adfedc9d00fa963e699
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6411de0cd1d2a2959f5a0bf977b3f8ecea2209d0
|
||||
Subproject commit c6f05cd82c9ade7734f818f7dd36c813de5bc1c3
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 72e5f04f7c422e21cb6f6856c4e94cef25ea2288
|
||||
Subproject commit c7fb175d3565159699885653767214a6aa583ea4
|
||||
1
.vim/bundle/vim-airline-themes
Submodule
1
.vim/bundle/vim-airline-themes
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6e798f9030d0853d484078043ddbb41e611ab7a6
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 913fff1cea3aa1a08a360a494fa05555e59147f5
|
||||
Subproject commit a202238b5d5070d429260c47559585718de69930
|
||||
Loading…
Add table
Add a link
Reference in a new issue