Skip to content

Commit 85e3830

Browse files
committed
Switched to vundle, you will be missed pathogen :(
1 parent dea569f commit 85e3830

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2076
-144
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.netrwhist
2+
bundle/

.gitmodules

Lines changed: 0 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +0,0 @@
1-
[submodule "bundle/fugitive"]
2-
path = bundle/fugitive
3-
url = https://github.com/tpope/vim-fugitive.git
4-
[submodule "bundle/nerdtree"]
5-
path = bundle/nerdtree
6-
url = https://github.com/scrooloose/nerdtree.git
7-
[submodule "bundle/solarized"]
8-
path = bundle/solarized
9-
url = https://github.com/altercation/vim-colors-solarized.git
10-
[submodule "bundle/surround"]
11-
path = bundle/surround
12-
url = https://github.com/tpope/vim-surround.git
13-
[submodule "bundle/badwolf"]
14-
path = bundle/badwolf
15-
url = https://github.com/sjl/badwolf.git
16-
[submodule "bundle/unimpaired"]
17-
path = bundle/unimpaired
18-
url = https://github.com/tpope/vim-unimpaired.git
19-
[submodule "bundle/tabular"]
20-
path = bundle/tabular
21-
url = https://github.com/godlygeek/tabular.git
22-
[submodule "bundle/gundo"]
23-
path = bundle/gundo
24-
url = https://github.com/sjl/gundo.vim.git
25-
[submodule "bundle/ctrlp"]
26-
path = bundle/ctrlp
27-
url = https://github.com/kien/ctrlp.vim.git
28-
[submodule "bundle/emmet-vim"]
29-
path = bundle/emmet-vim
30-
url = https://github.com/mattn/emmet-vim.git
31-
[submodule "bundle/rainbow_parens"]
32-
path = bundle/rainbow_parens
33-
url = https://github.com/kien/rainbow_parentheses.vim
34-
[submodule "bundle/easy-motion"]
35-
path = bundle/easy-motion
36-
url = https://github.com/Lokaltog/vim-easymotion
37-
[submodule "bundle/matchit"]
38-
path = bundle/matchit
39-
url = https://github.com/edsono/vim-matchit
40-
[submodule "bundle/powerline"]
41-
path = bundle/powerline
42-
url = https://github.com/Lokaltog/vim-powerline.git
43-
[submodule "bundle/coffeescript"]
44-
path = bundle/coffeescript
45-
url = https://github.com/kchmck/vim-coffee-script.git
46-
[submodule "bundle/nerdcommenter"]
47-
path = bundle/nerdcommenter
48-
url = https://github.com/scrooloose/nerdcommenter.git
49-
[submodule "bundle/syntastic"]
50-
path = bundle/syntastic
51-
url = https://github.com/scrooloose/syntastic.git
52-
[submodule "bundle/gist"]
53-
path = bundle/gist
54-
url = https://github.com/mattn/gist-vim.git
55-
[submodule "bundle/ack"]
56-
path = bundle/ack
57-
url = https://github.com/mileszs/ack.vim.git
58-
[submodule "bundle/tlib"]
59-
path = bundle/tlib
60-
url = https://github.com/tomtom/tlib_vim.git
61-
[submodule "bundle/vim-addon-mw-utils"]
62-
path = bundle/vim-addon-mw-utils
63-
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
64-
[submodule "bundle/vim-snipmate"]
65-
path = bundle/vim-snipmate
66-
url = https://github.com/garbas/vim-snipmate.git
67-
[submodule "bundle/SuperTab"]
68-
path = bundle/SuperTab
69-
url = https://github.com/ervandew/supertab.git
70-
[submodule "bundle/markdown-mode"]
71-
path = bundle/markdown-mode
72-
url = https://github.com/plasticboy/vim-markdown.git
73-
[submodule "bundle/multiple-cursors"]
74-
path = bundle/multiple-cursors
75-
url = https://github.com/terryma/vim-multiple-cursors.git
76-
ignore = untracked
77-
[submodule "bundle/vim-snippets"]
78-
path = bundle/vim-snippets
79-
url = https://github.com/honza/vim-snippets.git
80-
ignore = untracked
81-
[submodule "bundle/smartinput"]
82-
path = bundle/smartinput
83-
url = https://github.com/kana/vim-smartinput.git
84-
ignore = untracked
85-
[submodule "bundle/exchange"]
86-
path = bundle/exchange
87-
url = git://github.com/tommcdo/vim-exchange.git
88-
[submodule "bundle/vim-rails"]
89-
path = bundle/vim-rails
90-
url = https://github.com/tpope/vim-rails.git
91-
[submodule "bundle/endwise"]
92-
path = bundle/endwise
93-
url = https://github.com/tpope/vim-endwise.git
94-
[submodule "bundle/vim-webapi"]
95-
path = bundle/vim-webapi
96-
url = https://github.com/mattn/webapi-vim.git
97-
[submodule "bundle/vim-vmath"]
98-
path = bundle/vim-vmath
99-
url = git://github.com/nixon/vim-vmath.git

bundle/SuperTab

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/Vundle.vim/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
doc/tags
2+
.netrwhist

bundle/Vundle.vim/CONTRIBUTING.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
Pull Requests
2+
=============
3+
4+
1. Please squash your commits to minimize the log pollution. This is more of a convenience for the maintainer who pulls. If you are unfamiliar, see [here](http://ariejan.net/2011/07/05/git-squash-your-latests-commits-into-one/).
5+
6+
2. Clearly describe what you aim to fix or add to Vundle.
7+
8+
3. Try to minimize code changes and use existing style/functions.
9+
10+
Issues
11+
======
12+
13+
## Check For Answers
14+
15+
Before submitting an issue, be sure to check the following places for answers.
16+
17+
1. Vundle docs at [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt).
18+
19+
2. The [FAQ](https://github.com/gmarik/Vundle.vim/search).
20+
21+
3. [Search](https://github.com/gmarik/Vundle.vim/search) the repository for related issues.
22+
23+
## Try To Eliminate Your Vimrc
24+
25+
In order to make sure it isn't just `.vimrc` replace your own config file with the [minimal vimrc](https://github.com/gmarik/Vundle.vim/blob/master/test/minirc.vim). Clear out bundles and then try to reproduce.
26+
27+
If the problem stops, likely there is an issue in your user configuration. You can incrementally add back your user changes to the minimal file testing the bug each time. This will allow you to slowly bisect the issue. You may want to test one plugin at a time.
28+
29+
If you can still reproduce the problem, try to find the smallest `.vimrc` config file that creates the problem to include later.
30+
31+
## Guidelines
32+
33+
To better respond to issues please follow these general guidelines when explaining the problem.
34+
35+
1. Clearly describe what the error is, if relevant attach output/screenshots.
36+
37+
2. Describe how developers can reproduce the bug, the steps should be from starting Vim.
38+
39+
3. Include your OS, version and architecture. For example, Windows 7 64, Kubuntu 13.04 32, etc...
40+
41+
4. If relevant to reproducing the bug, include the smallest subset of your `.vimrc` that causes the issue. Put this in code tags.
42+
43+
5. At the end of your issue, please put the output of `vim --version` in code tags.
44+
45+
## Example Post
46+
47+
I am using Vim on Kubuntu 13.04 64 bit and I get the following error... (add further explanation here)
48+
49+
To reproduce the bug, use the vimrc file below and run `:BundleInstall`... (continue with steps)
50+
51+
Vimrc:
52+
```
53+
set nocompatible
54+
syntax on
55+
filetype off
56+
set rtp+=~/.vim/bundle/Vundle.vim/
57+
call vundle#rc()
58+
Bundle 'gmarik/Vundle.vim'
59+
Bundle 'relevant/plugin'
60+
filetype plugin indent on
61+
62+
.... more user configs here...
63+
```
64+
65+
Vim Version:
66+
```
67+
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 15 2013 10:58:39)
68+
Included patches: 1-5
69+
Modified by pkg-vim-maintainers@lists.alioth.debian.org
70+
Compiled by buildd@
71+
Huge version with GTK2 GUI. Features included (+) or not (-):
72+
+arabic +file_in_path +mouse_sgr +tag_binary
73+
+autocmd +find_in_path -mouse_sysmouse +tag_old_static
74+
+balloon_eval +float +mouse_urxvt -tag_any_white
75+
+browse +folding +mouse_xterm +tcl
76+
++builtin_terms -footer +multi_byte +terminfo
77+
+byte_offset +fork() +multi_lang +termresponse
78+
+cindent +gettext -mzscheme +textobjects
79+
+clientserver -hangul_input +netbeans_intg +title
80+
+clipboard +iconv +path_extra +toolbar
81+
+cmdline_compl +insert_expand +perl +user_commands
82+
+cmdline_hist +jumplist +persistent_undo +vertsplit
83+
+cmdline_info +keymap +postscript +virtualedit
84+
+comments +langmap +printer +visual
85+
+conceal +libcall +profile +visualextra
86+
+cryptv +linebreak +python +viminfo
87+
+cscope +lispindent -python3 +vreplace
88+
+cursorbind +listcmds +quickfix +wildignore
89+
+cursorshape +localmap +reltime +wildmenu
90+
+dialog_con_gui +lua +rightleft +windows
91+
+diff +menu +ruby +writebackup
92+
+digraphs +mksession +scrollbind +X11
93+
+dnd +modify_fname +signs -xfontset
94+
-ebcdic +mouse +smartindent +xim
95+
+emacs_tags +mouseshape -sniff +xsmp_interact
96+
+eval +mouse_dec +startuptime +xterm_clipboard
97+
+ex_extra +mouse_gpm +statusline -xterm_save
98+
+extra_search -mouse_jsbterm -sun_workshop
99+
+farsi +mouse_netterm +syntax
100+
system vimrc file: "$VIM/vimrc"
101+
user vimrc file: "$HOME/.vimrc"
102+
2nd user vimrc file: "~/.vim/vimrc"
103+
user exrc file: "$HOME/.exrc"
104+
system gvimrc file: "$VIM/gvimrc"
105+
user gvimrc file: "$HOME/.gvimrc"
106+
2nd user gvimrc file: "~/.vim/gvimrc"
107+
system menu file: "$VIMRUNTIME/menu.vim"
108+
fall-back for $VIM: "/usr/share/vim"
109+
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/harfbuzz -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/usr/include/tcl8.5 -D_REENTRANT=1 -D_THREAD_SAFE=1 -D_LARGEFILE64_SOURCE=1
110+
Linking: gcc -L. -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic -Wl,-export-dynamic -Wl,-E -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib -llua5.1 -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.14/CORE -lperl -ldl -lm -lpthread -lcrypt -L/usr/lib/python2.7/config-x86_64-linux-gnu -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -L/usr/lib/x86_64-linux-gnu -ltcl8.5 -ldl -lpthread -lieee -lm -lruby-1.9.1 -lpthread -lrt -ldl -lcrypt -lm -L/usr/lib
111+
```

bundle/Vundle.vim/LICENSE-MIT.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (C) 2010 http://github.com/gmarik
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

bundle/Vundle.vim/README.md

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
## [Help Maintain Vundle](https://github.com/gmarik/Vundle.vim/issues/383)
2+
3+
## About
4+
5+
[Vundle] is short for _Vim bundle_ and is a [Vim] plugin manager.
6+
7+
[Vundle] allows you to...
8+
9+
* keep track of and [configure] your plugins right in the `.vimrc`
10+
* [install] configured plugins (a.k.a. scripts/bundle)
11+
* [update] configured plugins
12+
* [search] by name all available [Vim scripts]
13+
* [clean] unused plugins up
14+
* run the above actions in a *single keypress* with [interactive mode]
15+
16+
[Vundle] automatically...
17+
18+
* manages the [runtime path] of your installed scripts
19+
* regenerates [help tags] after installing and updating
20+
21+
[Vundle] is undergoing an [interface change], please stay up to date to get latest changes.
22+
23+
[![Gitter-chat](https://badges.gitter.im/gmarik/Vundle.vim.svg)](https://gitter.im/gmarik/Vundle.vim) for discussion and support.
24+
25+
![Vundle-installer](http://i.imgur.com/Rueh7Cc.png)
26+
27+
## Quick Start
28+
29+
1. Introduction:
30+
31+
Installation requires [Git] and triggers [`git clone`] for each configured repository to `~/.vim/bundle/` by default.
32+
Curl is required for search.
33+
34+
If you are using Windows, go directly to [Windows setup]. If you run into any issues, please consult the [FAQ].
35+
See [Tips] for some advanced configurations.
36+
37+
Using non-POSIX shells, such as the popular Fish shell, requires additional setup. Please check the [FAQ].
38+
39+
2. Set up [Vundle]:
40+
41+
`$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
42+
43+
3. Configure Plugins:
44+
45+
Put this at the top of your `.vimrc` to use Vundle. Remove plugins you don't need, they are for illustration purposes.
46+
47+
```vim
48+
set nocompatible " be iMproved, required
49+
filetype off " required
50+
51+
" set the runtime path to include Vundle and initialize
52+
set rtp+=~/.vim/bundle/Vundle.vim
53+
call vundle#begin()
54+
" alternatively, pass a path where Vundle should install plugins
55+
"call vundle#begin('~/some/path/here')
56+
57+
" let Vundle manage Vundle, required
58+
Plugin 'gmarik/Vundle.vim'
59+
60+
" The following are examples of different formats supported.
61+
" Keep Plugin commands between vundle#begin/end.
62+
" plugin on GitHub repo
63+
Plugin 'tpope/vim-fugitive'
64+
" plugin from http://vim-scripts.org/vim/scripts.html
65+
Plugin 'L9'
66+
" Git plugin not hosted on GitHub
67+
Plugin 'git://git.wincent.com/command-t.git'
68+
" git repos on your local machine (i.e. when working on your own plugin)
69+
Plugin 'file:///home/gmarik/path/to/plugin'
70+
" The sparkup vim script is in a subdirectory of this repo called vim.
71+
" Pass the path to set the runtimepath properly.
72+
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
73+
" Avoid a name conflict with L9
74+
Plugin 'user/L9', {'name': 'newL9'}
75+
76+
" All of your Plugins must be added before the following line
77+
call vundle#end() " required
78+
filetype plugin indent on " required
79+
" To ignore plugin indent changes, instead use:
80+
"filetype plugin on
81+
"
82+
" Brief help
83+
" :PluginList - lists configured plugins
84+
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
85+
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
86+
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
87+
"
88+
" see :h vundle for more details or wiki for FAQ
89+
" Put your non-Plugin stuff after this line
90+
```
91+
92+
4. Install Plugins:
93+
94+
Launch `vim` and run `:PluginInstall`
95+
96+
To install from command line: `vim +PluginInstall +qall`
97+
98+
## Docs
99+
100+
See the [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
101+
102+
## Changelog
103+
104+
See the [changelog](https://github.com/gmarik/Vundle.vim/blob/master/changelog.md).
105+
106+
## People Using Vundle
107+
108+
see [Examples](https://github.com/gmarik/Vundle.vim/wiki/Examples)
109+
110+
## Contributors
111+
112+
see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributors)
113+
114+
*Thank you!*
115+
116+
## Inspiration & Ideas
117+
118+
* [pathogen.vim](http://github.com/tpope/vim-pathogen/)
119+
* [Bundler](https://github.com/bundler/bundler)
120+
* [Scott Bronson](http://github.com/bronson)
121+
122+
## Also
123+
124+
* Vundle was developed and tested with [Vim] 7.3 on OS X, Linux and Windows
125+
* Vundle tries to be as [KISS](http://en.wikipedia.org/wiki/KISS_principle) as possible
126+
127+
## TODO:
128+
[Vundle] is a work in progress, so any ideas and patches are appreciated.
129+
130+
* ✓ activate newly added bundles on `.vimrc` reload or after `:PluginInstall`
131+
* ✓ use preview window for search results
132+
* ✓ Vim documentation
133+
* ✓ put Vundle in `bundles/` too (will fix Vundle help)
134+
* ✓ tests
135+
* ✓ improve error handling
136+
* allow specifying revision/version?
137+
* handle dependencies
138+
* show description in search results
139+
* search by description as well
140+
* make it rock!
141+
142+
[Vundle]:http://github.com/gmarik/Vundle.vim
143+
[Windows setup]:https://github.com/gmarik/Vundle.vim/wiki/Vundle-for-Windows
144+
[FAQ]:https://github.com/gmarik/Vundle.vim/wiki
145+
[Tips]:https://github.com/gmarik/Vundle.vim/wiki/Tips-and-Tricks
146+
[Vim]:http://www.vim.org
147+
[Git]:http://git-scm.com
148+
[`git clone`]:http://gitref.org/creating/#clone
149+
150+
[Vim scripts]:http://vim-scripts.org/vim/scripts.html
151+
[help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags
152+
[runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27
153+
154+
[configure]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
155+
[install]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
156+
[update]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
157+
[search]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
158+
[clean]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
159+
[interactive mode]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
160+
[interface change]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396

0 commit comments

Comments
 (0)