mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Updated BOOTSTRAP file for the vim-git plugin from tpope
This commit is contained in:
parent
9194938555
commit
b84a03fd0f
36
BOOTSTRAP
36
BOOTSTRAP
@ -107,13 +107,15 @@
|
|||||||
|
|
||||||
git commit -m "Add pathogen module (to easily manage modules)"
|
git commit -m "Add pathogen module (to easily manage modules)"
|
||||||
|
|
||||||
# Add base plugins from tpope
|
# Add some base plugins
|
||||||
|
|
||||||
# Add Plugin commentary
|
# Add Plugin matchit
|
||||||
cd ~/.vim
|
cd ~/.vim
|
||||||
git submodule add https://github.com/tpope/vim-commentary.git bundle/commentary
|
git submodule add https://github.com/tmhedberg/matchit.git bundle/matchit
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Install commentary.vim bundle as a submodule."
|
git commit -m "Install matchit.vim bundle as a submodule."
|
||||||
|
|
||||||
|
# Add more base plugins from tpope
|
||||||
|
|
||||||
# Add Plugin surround
|
# Add Plugin surround
|
||||||
cd ~/.vim
|
cd ~/.vim
|
||||||
@ -121,25 +123,29 @@
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Install surround.vim bundle as a submodule."
|
git commit -m "Install surround.vim bundle as a submodule."
|
||||||
|
|
||||||
# Add Plugin speeddating
|
|
||||||
cd ~/.vim
|
|
||||||
git submodule add https://github.com/tpope/vim-speeddating.git bundle/speeddating
|
|
||||||
git add .
|
|
||||||
git commit -m "Install speeddating.vim bundle as a submodule."
|
|
||||||
|
|
||||||
# Add Plugin repeat
|
# Add Plugin repeat
|
||||||
cd ~/.vim
|
cd ~/.vim
|
||||||
git submodule add https://github.com/tpope/vim-repeat.git bundle/repeat
|
git submodule add https://github.com/tpope/vim-repeat.git bundle/repeat
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Install repeat.vim bundle as a submodule."
|
git commit -m "Install repeat.vim bundle as a submodule."
|
||||||
|
|
||||||
# Add more plugins
|
# Add Plugin commentary
|
||||||
|
|
||||||
# Add Plugin matchit
|
|
||||||
cd ~/.vim
|
cd ~/.vim
|
||||||
git submodule add https://github.com/tmhedberg/matchit.git bundle/matchit
|
git submodule add https://github.com/tpope/vim-commentary.git bundle/commentary
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Install matchit.vim bundle as a submodule."
|
git commit -m "Install commentary.vim bundle as a submodule."
|
||||||
|
|
||||||
|
# Add Plugin speeddating
|
||||||
|
cd ~/.vim
|
||||||
|
git submodule add https://github.com/tpope/vim-speeddating.git bundle/speeddating
|
||||||
|
git add .
|
||||||
|
git commit -m "Install speeddating.vim bundle as a submodule."
|
||||||
|
|
||||||
|
# Add Plugin git
|
||||||
|
cd ~/.vim
|
||||||
|
git submodule add https://github.com/tpope/vim-git.git bundle/git
|
||||||
|
git add .
|
||||||
|
git commit -m "Install git.vim bundle as a submodule."
|
||||||
|
|
||||||
# Add some usefull tools
|
# Add some usefull tools
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user