diff options
author | Patrick Simianer <p@simianer.de> | 2014-08-15 20:43:01 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-08-15 20:43:01 +0100 |
commit | c4b93bdaeff28b8df5d95edf2ea9b8c177effafa (patch) | |
tree | 1367436376aeb32713f4536271d31536290c790c | |
parent | f65c82b17609f3f6c5dc40264b8a2ba55178d4a8 (diff) |
vim plugins as submodules
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 54 | ||||
-rw-r--r-- | .vim/bundle/LIST | 18 | ||||
m--------- | .vim/bundle/YouCompleteMe | 0 | ||||
m--------- | .vim/bundle/closetag.vim | 0 | ||||
m--------- | .vim/bundle/jedi | 0 | ||||
m--------- | .vim/bundle/nerdcommenter | 0 | ||||
m--------- | .vim/bundle/nerdtree | 0 | ||||
m--------- | .vim/bundle/requests | 0 | ||||
m--------- | .vim/bundle/requests-futures | 0 | ||||
m--------- | .vim/bundle/syntastic | 0 | ||||
m--------- | .vim/bundle/tagbar | 0 | ||||
m--------- | .vim/bundle/ultisnips | 0 | ||||
m--------- | .vim/bundle/vim-airline | 0 | ||||
m--------- | .vim/bundle/vim-endwise | 0 | ||||
m--------- | .vim/bundle/vim-fugitive | 0 | ||||
m--------- | .vim/bundle/vim-ruby | 0 | ||||
m--------- | .vim/bundle/vim-surround | 0 | ||||
m--------- | .vim/bundle/vimwiki | 0 | ||||
m--------- | .vim/bundle/vundle | 0 | ||||
m--------- | .vim/bundle/ycmd | 0 |
21 files changed, 54 insertions, 19 deletions
@@ -53,7 +53,6 @@ .texmf/ .trc .urxvt/ -.vim/bundle/ .vim/spell/ .viminfo .zcompdump diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..56cb7ee --- /dev/null +++ b/.gitmodules @@ -0,0 +1,54 @@ +[submodule ".vim/bundle/closetag.vim"] + path = .vim/bundle/closetag.vim + url = https://github.com/docunext/closetag.vim.git +[submodule ".vim/bundle/nerdcommenter"] + path = .vim/bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git +[submodule ".vim/bundle/nerdtree"] + path = .vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git +[submodule ".vim/bundle/syntastic"] + path = .vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule ".vim/bundle/tagbar"] + path = .vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git +[submodule ".vim/bundle/ultisnips"] + path = .vim/bundle/ultisnips + url = https://github.com/SirVer/ultisnips.git +[submodule ".vim/bundle/vim-airline"] + path = .vim/bundle/vim-airline + url = https://github.com/bling/vim-airline.git +[submodule ".vim/bundle/vim-endwise"] + path = .vim/bundle/vim-endwise + url = https://github.com/tpope/vim-endwise.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/vim-ruby"] + path = .vim/bundle/vim-ruby + url = https://github.com/vim-ruby/vim-ruby.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = https://github.com/tpope/vim-surround.git +[submodule ".vim/bundle/vimwiki"] + path = .vim/bundle/vimwiki + url = https://github.com/vimwiki/vimwiki.git +[submodule ".vim/bundle/vundle"] + path = .vim/bundle/vundle + url = https://github.com/gmarik/vundle.git +[submodule ".vim/bundle/YouCompleteMe"] + path = .vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git +[submodule ".vim/bundle/jedi"] + path = .vim/bundle/jedi + url = https://github.com/davidhalter/jedi.git +[submodule ".vim/bundle/requests"] + path = .vim/bundle/requests + url = https://github.com/kennethreitz/requests +[submodule ".vim/bundle/requests-futures"] + path = .vim/bundle/requests-futures + url = https://github.com/ross/requests-futures +[submodule ".vim/bundle/ycmd"] + path = .vim/bundle/ycmd + url = https://github.com/Valloric/ycmd diff --git a/.vim/bundle/LIST b/.vim/bundle/LIST deleted file mode 100644 index fb25131..0000000 --- a/.vim/bundle/LIST +++ /dev/null @@ -1,18 +0,0 @@ -https://github.com/docunext/closetag.vim.git -https://github.com/scrooloose/nerdcommenter.git -https://github.com/scrooloose/nerdtree.git -https://github.com/scrooloose/syntastic.git -https://github.com/majutsushi/tagbar.git -https://github.com/SirVer/ultisnips.git -https://github.com/bling/vim-airline.git -https://github.com/tpope/vim-endwise.git -https://github.com/tpope/vim-fugitive.git -https://github.com/vim-ruby/vim-ruby.git -https://github.com/tpope/vim-surround.git -https://github.com/vimwiki/vimwiki.git -https://github.com/gmarik/vundle.git -https://github.com/Valloric/YouCompleteMe.git -https://github.com/davidhalter/jedi.git -https://github.com/kennethreitz/requests -https://github.com/ross/requests-futures -https://github.com/Valloric/ycmd diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe new file mode 160000 +Subproject 92084bf91a238979c4bfd3e63db6d877e0ec952 diff --git a/.vim/bundle/closetag.vim b/.vim/bundle/closetag.vim new file mode 160000 +Subproject 060109359b81b53dfad7206e23f86007d895996 diff --git a/.vim/bundle/jedi b/.vim/bundle/jedi new file mode 160000 +Subproject cd648e933bfa89adcb2a92d856abe0b1900c0d9 diff --git a/.vim/bundle/nerdcommenter b/.vim/bundle/nerdcommenter new file mode 160000 +Subproject 6549cfde45339bd4f711504196ff3e8b766ef5e diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree new file mode 160000 +Subproject 4f1e6ecb057fc0bac189171c1430d71ef25f6bb diff --git a/.vim/bundle/requests b/.vim/bundle/requests new file mode 160000 +Subproject 35d083e1665beff39aabe47a79cd1f867b897b0 diff --git a/.vim/bundle/requests-futures b/.vim/bundle/requests-futures new file mode 160000 +Subproject 98712e7d0f6be2a090b6fda2a925f85e63656b5 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic new file mode 160000 +Subproject a27b435a1316123b7d13696871b103c7f024f91 diff --git a/.vim/bundle/tagbar b/.vim/bundle/tagbar new file mode 160000 +Subproject 59c9b7ce1cc70ac2c7bd3c858e80c89f17b42cc diff --git a/.vim/bundle/ultisnips b/.vim/bundle/ultisnips new file mode 160000 +Subproject 279d6e63c9a8dbaa20ffc43c3c5f057dfc8f112 diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline new file mode 160000 +Subproject 00e4b68ee6eba08559a868d08b2a4b642a6bc10 diff --git a/.vim/bundle/vim-endwise b/.vim/bundle/vim-endwise new file mode 160000 +Subproject ab5f7f99f49ee26a16563df00a79fbc3bf1090a diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 +Subproject 90ee6fb5d255d14d9f12f2469f92ee50149f5b4 diff --git a/.vim/bundle/vim-ruby b/.vim/bundle/vim-ruby new file mode 160000 +Subproject 5bc55bec639836ff5c35f58dc62988d6d1e74bd diff --git a/.vim/bundle/vim-surround b/.vim/bundle/vim-surround new file mode 160000 +Subproject fa433e0b7330753688f715f3be5d10dc480f20e diff --git a/.vim/bundle/vimwiki b/.vim/bundle/vimwiki new file mode 160000 +Subproject 2c03d82a0e4662adf1e347487d73a9bf4bf6fda diff --git a/.vim/bundle/vundle b/.vim/bundle/vundle new file mode 160000 +Subproject 0b28e334e65b6628b0a61c412fcb45204a2f2ba diff --git a/.vim/bundle/ycmd b/.vim/bundle/ycmd new file mode 160000 +Subproject 50e6f5b16e3692edc2fd02dfa89a460b9a1f3a6 |