From 954be5a9c1f0fa59e337444c1a4b978081adc802 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 25 Apr 2013 15:28:34 +0200 Subject: [PATCH] pathogen -> vundle --- .gitignore | 1 + .gitmodules | 93 ----------------------------------------- bundle.vim | 32 ++++++++++++++ bundle/.keep | 0 bundle/ack | 1 - bundle/argtextobj | 1 - bundle/bundler | 1 - bundle/coffee-script | 1 - bundle/colors-solarized | 1 - bundle/ctrlp | 1 - bundle/delimitmate | 1 - bundle/endwise | 1 - bundle/eunuch | 1 - bundle/fugitive | 1 - bundle/glsl | 1 - bundle/golang | 1 - bundle/indent-object | 1 - bundle/less | 1 - bundle/ls | 1 - bundle/markdown | 1 - bundle/matchit | 1 - bundle/nerdcommenter | 1 - bundle/nerdtree | 1 - bundle/pathogen | 1 - bundle/powerline | 1 - bundle/ragtag | 1 - bundle/repeat | 1 - bundle/speeddating | 1 - bundle/supertab | 1 - bundle/surround | 1 - bundle/syntastic | 1 - bundle/tagbar | 1 - bundle/textile | 1 - bundle/zenburn | 1 - bundle/zencoding | 1 - vimrc | 10 ++--- 36 files changed, 38 insertions(+), 129 deletions(-) delete mode 100644 .gitmodules create mode 100644 bundle.vim create mode 100644 bundle/.keep delete mode 160000 bundle/ack delete mode 160000 bundle/argtextobj delete mode 160000 bundle/bundler delete mode 160000 bundle/coffee-script delete mode 160000 bundle/colors-solarized delete mode 160000 bundle/ctrlp delete mode 160000 bundle/delimitmate delete mode 160000 bundle/endwise delete mode 160000 bundle/eunuch delete mode 160000 bundle/fugitive delete mode 160000 bundle/glsl delete mode 160000 bundle/golang delete mode 160000 bundle/indent-object delete mode 160000 bundle/less delete mode 160000 bundle/ls delete mode 160000 bundle/markdown delete mode 160000 bundle/matchit delete mode 160000 bundle/nerdcommenter delete mode 160000 bundle/nerdtree delete mode 160000 bundle/pathogen delete mode 160000 bundle/powerline delete mode 160000 bundle/ragtag delete mode 160000 bundle/repeat delete mode 160000 bundle/speeddating delete mode 160000 bundle/supertab delete mode 160000 bundle/surround delete mode 160000 bundle/syntastic delete mode 160000 bundle/tagbar delete mode 160000 bundle/textile delete mode 160000 bundle/zenburn delete mode 160000 bundle/zencoding diff --git a/.gitignore b/.gitignore index be70b20..9888917 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.swp tmp/ .netrwhist +bundle/* diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d11e10b..0000000 --- a/.gitmodules +++ /dev/null @@ -1,93 +0,0 @@ -[submodule "bundle/supertab"] - path = bundle/supertab - url = https://github.com/ervandew/supertab.git -[submodule "bundle/nerdcommenter"] - path = bundle/nerdcommenter - url = git://github.com/scrooloose/nerdcommenter.git -[submodule "bundle/tagbar"] - path = bundle/tagbar - url = git://github.com/majutsushi/tagbar.git -[submodule "bundle/delimitmate"] - path = bundle/delimitmate - url = git://github.com/Raimondi/delimitMate.git -[submodule "bundle/ctrlp"] - path = bundle/ctrlp - url = https://github.com/kien/ctrlp.vim.git -[submodule "bundle/syntastic"] - path = bundle/syntastic - url = https://github.com/scrooloose/syntastic.git -[submodule "bundle/powerline"] - path = bundle/powerline - url = https://github.com/Lokaltog/vim-powerline.git -[submodule "bundle/glsl"] - path = bundle/glsl - url = https://github.com/vim-scripts/glsl.vim.git -[submodule "bundle/indent-object"] - path = bundle/indent-object - url = https://github.com/michaeljsmith/vim-indent-object -[submodule "bundle/pathogen"] - path = bundle/pathogen - url = https://github.com/tpope/vim-pathogen.git -[submodule "bundle/colors-solarized"] - path = bundle/colors-solarized - url = https://github.com/altercation/vim-colors-solarized.git -[submodule "bundle/surround"] - path = bundle/surround - url = https://github.com/tpope/vim-surround.git -[submodule "bundle/matchit"] - path = bundle/matchit - url = https://github.com/edsono/vim-matchit -[submodule "bundle/ack"] - path = bundle/ack - url = https://github.com/mileszs/ack.vim.git -[submodule "bundle/fugitive"] - path = bundle/fugitive - url = https://github.com/tpope/vim-fugitive.git -[submodule "bundle/less"] - path = bundle/less - url = https://github.com/groenewege/vim-less.git -[submodule "bundle/coffee-script"] - path = bundle/coffee-script - url = https://github.com/kchmck/vim-coffee-script.git -[submodule "bundle/repeat"] - path = bundle/repeat - url = https://github.com/tpope/vim-repeat.git -[submodule "bundle/zenburn"] - path = bundle/zenburn - url = https://github.com/jnurmine/Zenburn.git -[submodule "bundle/nerdtree"] - path = bundle/nerdtree - url = git://github.com/scrooloose/nerdtree.git -[submodule "bundle/golang"] - path = bundle/golang - url = https://github.com/jnwhiteh/vim-golang.git -[submodule "bundle/argtextobj"] - path = bundle/argtextobj - url = https://github.com/vim-scripts/argtextobj.vim -[submodule "bundle/markdown"] - path = bundle/markdown - url = https://github.com/tpope/vim-markdown.git -[submodule "bundle/ragtag"] - path = bundle/ragtag - url = https://github.com/tpope/vim-ragtag.git -[submodule "bundle/bundler"] - path = bundle/bundler - url = https://github.com/tpope/vim-bundler.git -[submodule "bundle/endwise"] - path = bundle/endwise - url = https://github.com/tpope/vim-endwise.git -[submodule "bundle/textile"] - path = bundle/textile - url = https://github.com/timcharper/textile.vim.git -[submodule "bundle/eunuch"] - path = bundle/eunuch - url = https://github.com/tpope/vim-eunuch.git -[submodule "bundle/speeddating"] - path = bundle/speeddating - url = https://github.com/tpope/vim-speeddating.git -[submodule "bundle/ls"] - path = bundle/ls - url = https://github.com/gkz/vim-ls.git -[submodule "bundle/zencoding"] - path = bundle/zencoding - url = https://github.com/mattn/zencoding-vim.git diff --git a/bundle.vim b/bundle.vim new file mode 100644 index 0000000..f413562 --- /dev/null +++ b/bundle.vim @@ -0,0 +1,32 @@ +Bundle 'gmarik/vundle' +Bundle 'mileszs/ack.vim' +Bundle 'vim-scripts/argtextobj.vim' +Bundle 'tpope/vim-bundler' +Bundle 'kchmck/vim-coffee-script' +Bundle 'altercation/vim-colors-solarized' +Bundle 'kien/ctrlp.vim' +Bundle 'Raimondi/delimitMate' +Bundle 'tpope/vim-endwise' +Bundle 'tpope/vim-eunuch' +Bundle 'tpope/vim-fugitive' +Bundle 'vim-scripts/glsl.vim' +Bundle 'jnwhiteh/vim-golang' +Bundle 'michaeljsmith/vim-indent-object' +Bundle 'groenewege/vim-less' +Bundle 'gkz/vim-ls' +Bundle 'tpope/vim-markdown' +Bundle 'edsono/vim-matchit' +Bundle 'scrooloose/nerdcommenter' +Bundle 'scrooloose/nerdtree' +Bundle 'tpope/vim-pathogen' +Bundle 'Lokaltog/vim-powerline' +Bundle 'tpope/vim-ragtag' +Bundle 'tpope/vim-repeat' +Bundle 'tpope/vim-speeddating' +Bundle 'ervandew/supertab' +Bundle 'tpope/vim-surround' +Bundle 'scrooloose/syntastic' +Bundle 'majutsushi/tagbar' +Bundle 'timcharper/textile.vim' +Bundle 'jnurmine/Zenburn' +Bundle 'mattn/zencoding-vim' diff --git a/bundle/.keep b/bundle/.keep new file mode 100644 index 0000000..e69de29 diff --git a/bundle/ack b/bundle/ack deleted file mode 160000 index 9895285..0000000 --- a/bundle/ack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9895285042a2fd5691b2f6582aa979e4d1bdffea diff --git a/bundle/argtextobj b/bundle/argtextobj deleted file mode 160000 index f3fbe42..0000000 --- a/bundle/argtextobj +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f3fbe427f7b4ec436416a5816d714dc917dc530b diff --git a/bundle/bundler b/bundle/bundler deleted file mode 160000 index f2abc73..0000000 --- a/bundle/bundler +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f2abc73969de37ef68e1cd47a4e3b2507c79495a diff --git a/bundle/coffee-script b/bundle/coffee-script deleted file mode 160000 index d6dcb9b..0000000 --- a/bundle/coffee-script +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6dcb9b0fb5beac9e84cfb84c1917b7e0df5850f diff --git a/bundle/colors-solarized b/bundle/colors-solarized deleted file mode 160000 index 528a59f..0000000 --- a/bundle/colors-solarized +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/bundle/ctrlp b/bundle/ctrlp deleted file mode 160000 index 5885da5..0000000 --- a/bundle/ctrlp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5885da54beba301be4f7b13f7556e97e570193e5 diff --git a/bundle/delimitmate b/bundle/delimitmate deleted file mode 160000 index 1dfe26a..0000000 --- a/bundle/delimitmate +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1dfe26a5385de33cd7d9a0175c4fa89defd88386 diff --git a/bundle/endwise b/bundle/endwise deleted file mode 160000 index 74306aa..0000000 --- a/bundle/endwise +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 74306aa18c03ee2fdb044609e6f0bc866872711d diff --git a/bundle/eunuch b/bundle/eunuch deleted file mode 160000 index fd3da99..0000000 --- a/bundle/eunuch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fd3da99b62291c6732b264feedc24e3d73f1baa9 diff --git a/bundle/fugitive b/bundle/fugitive deleted file mode 160000 index 3b27827..0000000 --- a/bundle/fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3b278277e0b46711c30a3d1a0083e527b2fb98ed diff --git a/bundle/glsl b/bundle/glsl deleted file mode 160000 index 1af8aa5..0000000 --- a/bundle/glsl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1af8aa50e33766bd558f853ba84f6f076a0ae6fc diff --git a/bundle/golang b/bundle/golang deleted file mode 160000 index b2f214c..0000000 --- a/bundle/golang +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b2f214ce412d95f50371406ac53b3a37f1789e9b diff --git a/bundle/indent-object b/bundle/indent-object deleted file mode 160000 index 78fffa6..0000000 --- a/bundle/indent-object +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78fffa609b3e6b84ef01ee4c9aba6d7435d7b18e diff --git a/bundle/less b/bundle/less deleted file mode 160000 index d605010..0000000 --- a/bundle/less +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d605010cab695dca64c5cd9bf8bbcc8db9864815 diff --git a/bundle/ls b/bundle/ls deleted file mode 160000 index ea9464a..0000000 --- a/bundle/ls +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ea9464aabff18cb4b419e137608d5b45722ef3b4 diff --git a/bundle/markdown b/bundle/markdown deleted file mode 160000 index 9a21f7a..0000000 --- a/bundle/markdown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9a21f7a6bc7d5b5cd7a2e78b7893798a67526be8 diff --git a/bundle/matchit b/bundle/matchit deleted file mode 160000 index d9ec301..0000000 --- a/bundle/matchit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d9ec3017cf8fca4e8d0b1fcae3ff7115f7ff0d9d diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter deleted file mode 160000 index b28e7be..0000000 --- a/bundle/nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b28e7be63235982501ab7dd30c03ea7feef7b095 diff --git a/bundle/nerdtree b/bundle/nerdtree deleted file mode 160000 index 2cb0fc7..0000000 --- a/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2cb0fc78fb4c7a1db5f51c042a447cc50f09983d diff --git a/bundle/pathogen b/bundle/pathogen deleted file mode 160000 index 09f2c3b..0000000 --- a/bundle/pathogen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 09f2c3b7d3666124157de759a68afe47d0bb8d25 diff --git a/bundle/powerline b/bundle/powerline deleted file mode 160000 index 7f53b5c..0000000 --- a/bundle/powerline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7f53b5c3919bde9a4259d0c725d453ef2337a4ed diff --git a/bundle/ragtag b/bundle/ragtag deleted file mode 160000 index 224bc93..0000000 --- a/bundle/ragtag +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 224bc932bc4a300abad79df38f8e3e4b16fe2edc diff --git a/bundle/repeat b/bundle/repeat deleted file mode 160000 index d75a544..0000000 --- a/bundle/repeat +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d75a544b786710705f0db0d8d8fd66ca4a5a7239 diff --git a/bundle/speeddating b/bundle/speeddating deleted file mode 160000 index e5995ff..0000000 --- a/bundle/speeddating +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e5995ffe63381151dd2956703df560abefa4f020 diff --git a/bundle/supertab b/bundle/supertab deleted file mode 160000 index ee35ab6..0000000 --- a/bundle/supertab +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ee35ab6954a11337a2b52003d07fabe442843b68 diff --git a/bundle/surround b/bundle/surround deleted file mode 160000 index 1a73f60..0000000 --- a/bundle/surround +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1a73f607f8f5477d6942df2eb6e7245c4864f4d3 diff --git a/bundle/syntastic b/bundle/syntastic deleted file mode 160000 index 5299296..0000000 --- a/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 529929691f88e4080548fe662ceff462ede34293 diff --git a/bundle/tagbar b/bundle/tagbar deleted file mode 160000 index 768cd6b..0000000 --- a/bundle/tagbar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 768cd6b908331800e7995b2f1dcb3e561f5669c2 diff --git a/bundle/textile b/bundle/textile deleted file mode 160000 index 2f831f4..0000000 --- a/bundle/textile +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2f831f45d42dbff41d61decb8fc71b177899f013 diff --git a/bundle/zenburn b/bundle/zenburn deleted file mode 160000 index 5060f4d..0000000 --- a/bundle/zenburn +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5060f4d6ec68dabccfd2420c08f143dea1a50802 diff --git a/bundle/zencoding b/bundle/zencoding deleted file mode 160000 index 0e4fe62..0000000 --- a/bundle/zencoding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0e4fe621382c85f4673e79c8331786223bb0d22d diff --git a/vimrc b/vimrc index 017ff7b..6739319 100644 --- a/vimrc +++ b/vimrc @@ -1,11 +1,11 @@ " lloeki's vimrc -"bundle loading via pathogen -let g:pathogen_disabled = [] - +"bundle loading via vundle filetype off -runtime bundle/pathogen/autoload/pathogen.vim -call pathogen#infect() +set rtp+=~/.vim/bundle/vundle/ +call vundle#rc() +source ~/.vim/bundle.vim + syntax on filetype plugin indent on