aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-04-07 14:56:22 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-04-07 14:56:22 +0200
commita793b23435567f2d4f49846196ceebcc47cd764c (patch)
tree5f542d40b11c55ff851724cbab21c27ba7a8ff0d /.gitmodules
parent6384224250a62e8b1ea913934db5dbae536ce153 (diff)
downloadmyconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.gz
myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.bz2
myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.zip
Remove stuff not needed on server
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules39
1 files changed, 0 insertions, 39 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 3a6f663..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,39 +0,0 @@
-[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-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
-[submodule "private"]
- path = private
- url = git@cynerd.cz:myconfigs-private
-[submodule "vim/bundle/vim-autotag"]
- path = vim/bundle/vim-autotag
- url = https://github.com/craigemery/vim-autotag.git