From 6432cb0a86f6f7f27ac6fa8ee8193d54e5fef9ef Mon Sep 17 00:00:00 2001 From: nirenjan Date: Wed, 24 Dec 2014 16:58:45 -0800 Subject: [PATCH] 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. --- .gitmodules | 36 ++++++++++++++++++++++++++++++++++++ bundle/tcomment_vim | 1 + bundle/tmux.vim | 1 + bundle/vim-airline | 1 + bundle/vim-bufferline | 1 + bundle/vim-colors-solarized | 1 + bundle/vim-fugitive | 1 + bundle/vim-pathogen | 1 + bundle/vim-vinegar | 1 + bundle/vimwiki | 1 + 10 files changed, 45 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/tcomment_vim create mode 160000 bundle/tmux.vim create mode 160000 bundle/vim-airline create mode 160000 bundle/vim-bufferline create mode 160000 bundle/vim-colors-solarized create mode 160000 bundle/vim-fugitive create mode 160000 bundle/vim-pathogen create mode 160000 bundle/vim-vinegar create mode 160000 bundle/vimwiki diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0bb4a28 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/bundle/tcomment_vim b/bundle/tcomment_vim new file mode 160000 index 0000000..25af029 --- /dev/null +++ b/bundle/tcomment_vim @@ -0,0 +1 @@ +Subproject commit 25af0297938a3cff43b170d468d783416e9d7881 diff --git a/bundle/tmux.vim b/bundle/tmux.vim new file mode 160000 index 0000000..d075284 --- /dev/null +++ b/bundle/tmux.vim @@ -0,0 +1 @@ +Subproject commit d075284eab0f81bc7748be6992bb32ef2a80e191 diff --git a/bundle/vim-airline b/bundle/vim-airline new file mode 160000 index 0000000..bfcece7 --- /dev/null +++ b/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit bfcece76c982279c09daf176182addcd19872209 diff --git a/bundle/vim-bufferline b/bundle/vim-bufferline new file mode 160000 index 0000000..45b279e --- /dev/null +++ b/bundle/vim-bufferline @@ -0,0 +1 @@ +Subproject commit 45b279ec1437069a932884c7fc8b5f778a6b9065 diff --git a/bundle/vim-colors-solarized b/bundle/vim-colors-solarized new file mode 160000 index 0000000..528a59f --- /dev/null +++ b/bundle/vim-colors-solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/bundle/vim-fugitive b/bundle/vim-fugitive new file mode 160000 index 0000000..2c8461d --- /dev/null +++ b/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 2c8461db084d205903a792a23163faa546f143c9 diff --git a/bundle/vim-pathogen b/bundle/vim-pathogen new file mode 160000 index 0000000..b9fb0df --- /dev/null +++ b/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit b9fb0dfd811004010f5f6903edef42d6004ebea2 diff --git a/bundle/vim-vinegar b/bundle/vim-vinegar new file mode 160000 index 0000000..ac89396 --- /dev/null +++ b/bundle/vim-vinegar @@ -0,0 +1 @@ +Subproject commit ac893960c324d879b6923a4c1abaea352d8caeb5 diff --git a/bundle/vimwiki b/bundle/vimwiki new file mode 160000 index 0000000..cb5c38a --- /dev/null +++ b/bundle/vimwiki @@ -0,0 +1 @@ +Subproject commit cb5c38a575bcdffa52747aef962dc9d61c7a8207