aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-06-30 16:03:25 +0200
committerKarel Kočí <cynerd@email.cz>2016-06-30 16:03:25 +0200
commite573b3020c032400eed60b649a2cbf55266e6bb0 (patch)
tree8f572394ac8433529c7a8e70d160a2fbe8268b4e /.gitmodules
parentb8c667bd64b3edd38d56c63c5bd1db53a23b4499 (diff)
downloadmyconfigs-e573b3020c032400eed60b649a2cbf55266e6bb0.tar.gz
myconfigs-e573b3020c032400eed60b649a2cbf55266e6bb0.tar.bz2
myconfigs-e573b3020c032400eed60b649a2cbf55266e6bb0.zip
Add current configurations from old repository
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..75b68d9
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,36 @@
+[submodule "vim/bundle/YouCompleteMe"]
+ path = vim/bundle/YouCompleteMe
+ url = https://github.com/Valloric/YouCompleteMe.git
+[submodule "vim/bundle/lightline.vim"]
+ path = vim/bundle/lightline.vim
+ url = https://github.com/itchyny/lightline.vim.git
+[submodule "vim/bundle/syntastic"]
+ path = vim/bundle/syntastic
+ url = https://github.com/scrooloose/syntastic.git
+[submodule "vim/bundle/tlib_vim"]
+ path = vim/bundle/tlib_vim
+ url = https://github.com/tomtom/tlib_vim.git
+[submodule "vim/bundle/vim-fugitive"]
+ path = vim/bundle/vim-fugitive
+ url = https://github.com/tpope/vim-fugitive.git
+[submodule "vim/bundle/vim-snipmate"]
+ path = vim/bundle/vim-snipmate
+ url = https://github.com/garbas/vim-snipmate.git
+[submodule "vim/bundle/tagbar"]
+ path = vim/bundle/tagbar
+ url = https://github.com/majutsushi/tagbar.git
+[submodule "vim/bundle/vim-addon-mw-utils"]
+ path = vim/bundle/vim-addon-mw-utils
+ url = https://github.com/MarcWeber/vim-addon-mw-utils.git
+[submodule "vim/bundle/vim-gitgutter"]
+ path = vim/bundle/vim-gitgutter
+ url = git://github.com/airblade/vim-gitgutter.git
+[submodule "vim/bundle/vim-snippets"]
+ path = vim/bundle/vim-snippets
+ url = https://github.com/honza/vim-snippets.git
+[submodule "vim/bundle/vim-table-mode"]
+ path = vim/bundle/vim-table-mode
+ url = https://github.com/dhruvasagar/vim-table-mode.git
+[submodule "vim/3rdparty/vim-pathogen"]
+ path = vim/3rdparty/vim-pathogen
+ url = https://github.com/tpope/vim-pathogen.git