mirror of https://github.com/nirenjan/vimfiles.git
Add Vim plugins as Git submodules
This replaces the old install script method to keep the modules up-to-date, because I don't need to have the bleeding version of the plugin everytime.master
parent
14cfe66812
commit
6432cb0a86
|
@ -0,0 +1,36 @@
|
|||
[submodule "bundle/vim-pathogen"]
|
||||
path = bundle/vim-pathogen
|
||||
url = git@github.com:tpope/vim-pathogen.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/vim-fugitive"]
|
||||
path = bundle/vim-fugitive
|
||||
url = git@github.com:tpope/vim-fugitive.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/tmux.vim"]
|
||||
path = bundle/tmux.vim
|
||||
url = git@github.com:zaiste/tmux.vim.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/vim-colors-solarized"]
|
||||
path = bundle/vim-colors-solarized
|
||||
url = git@github.com:altercation/vim-colors-solarized.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/vimwiki"]
|
||||
path = bundle/vimwiki
|
||||
url = git@github.com:vim-scripts/vimwiki.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/tcomment_vim"]
|
||||
path = bundle/tcomment_vim
|
||||
url = git@github.com:tomtom/tcomment_vim.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/vim-airline"]
|
||||
path = bundle/vim-airline
|
||||
url = git@github.com:bling/vim-airline.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/vim-bufferline"]
|
||||
path = bundle/vim-bufferline
|
||||
url = git@github.com:bling/vim-bufferline.git
|
||||
ignore = dirty
|
||||
[submodule "bundle/vim-vinegar"]
|
||||
path = bundle/vim-vinegar
|
||||
url = git@github.com:tpope/vim-vinegar.git
|
||||
ignore = dirty
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 25af0297938a3cff43b170d468d783416e9d7881
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d075284eab0f81bc7748be6992bb32ef2a80e191
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bfcece76c982279c09daf176182addcd19872209
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 45b279ec1437069a932884c7fc8b5f778a6b9065
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2c8461db084d205903a792a23163faa546f143c9
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b9fb0dfd811004010f5f6903edef42d6004ebea2
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ac893960c324d879b6923a4c1abaea352d8caeb5
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cb5c38a575bcdffa52747aef962dc9d61c7a8207
|
Loading…
Reference in New Issue