mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Updated BOOTSTRAP file
This commit is contained in:
parent
8f6b6dfe05
commit
a223f3d700
14
BOOTSTRAP
14
BOOTSTRAP
@ -125,6 +125,12 @@
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Install matchit.vim bundle as a submodule."
|
git commit -m "Install matchit.vim bundle as a submodule."
|
||||||
|
|
||||||
|
# Add Plugin tabular
|
||||||
|
cd ~/.vim
|
||||||
|
git submodule add https://github.com/tmhedberg/godlygeek/tabular.git bundle/tabular
|
||||||
|
git add .
|
||||||
|
git commit -m "Install tabular.vim bundle as a submodule."
|
||||||
|
|
||||||
# Add more base plugins from tpope
|
# Add more base plugins from tpope
|
||||||
|
|
||||||
# Add Plugin surround
|
# Add Plugin surround
|
||||||
@ -209,6 +215,14 @@
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Install haml.vim bundle as a submodule."
|
git commit -m "Install haml.vim bundle as a submodule."
|
||||||
|
|
||||||
|
# Add plugins for puppet
|
||||||
|
|
||||||
|
# Add Plugin vim-puppet
|
||||||
|
cd ~/.vim
|
||||||
|
git submodule add https://github.com/rodjek/vim-puppet.git bundle/vim-puppet
|
||||||
|
git add .
|
||||||
|
git commit -m "Install vim-puppet plugin as a submodule."
|
||||||
|
|
||||||
# Add more nice colorschemes
|
# Add more nice colorschemes
|
||||||
|
|
||||||
# Solarized colorscheme
|
# Solarized colorscheme
|
||||||
|
Loading…
Reference in New Issue
Block a user