Skip to content

Commit

Permalink
Adding bundles to files
Browse files Browse the repository at this point in the history
  • Loading branch information
beaulyddon-wf committed May 1, 2012
1 parent 1870ae1 commit 181fb8b
Show file tree
Hide file tree
Showing 652 changed files with 18,165 additions and 494 deletions.
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

123 changes: 123 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/git"]
path = bundle/git
url = https://github.com/tpope/vim-git.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/sontek/minibufexpl.vim.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "pyflakes-pathogen"]
path = pyflakes-pathogen
url = https://github.com/mitechie/pyflakes-pathogen.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/pydoc"]
path = bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "bundle/pep8"]
path = bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "bundle/py.test"]
path = bundle/py.test
url = https://github.com/alfredodeza/pytest.vim.git
[submodule "bundle/makegreen"]
path = bundle/makegreen
url = https://github.com/reinh/vim-makegreen
[submodule "bundle/tasklist"]
path = bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule "bundle/ropevim"]
path = bundle/ropevim
url = https://github.com/sontek/rope-vim.git
[submodule "bundle/pyflakes"]
path = bundle/pyflakes
url = https://github.com/mitechie/pyflakes-pathogen.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim
[submodule "bundle/jinja"]
path = bundle/jinja
url = https://github.com/vim-scripts/Jinja
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/twitvim"]
path = bundle/twitvim
url = https://github.com/vim-scripts/TwitVim
[submodule "bundle/autoclose"]
path = bundle/autoclose
url = https://github.com/Townk/vim-autoclose
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion
[submodule "bundle/vim-orgmode"]
path = bundle/vim-orgmode
url = https://github.com/jceb/vim-orgmode
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = https://github.com/vim-scripts/Rainbow-Parenthesis
[submodule "bundle/scratch"]
path = bundle/scratch
url = https://github.com/duff/vim-scratch
[submodule "bundle/threesome"]
path = bundle/threesome
url = https://github.com/sjl/threesome.vim
[submodule "bundle/yankfing"]
path = bundle/yankfing
url = https://github.com/vim-scripts/YankRing.vim
[submodule "bundle/hammer"]
path = bundle/hammer
url = https://github.com/robgleeson/hammer.vim
[submodule "bundle/indent-object"]
path = bundle/indent-object
url = https://github.com/michaeljsmith/vim-indent-object
[submodule "bundle/nosecompiler"]
path = bundle/nosecompiler
url = https://github.com/lambdalisue/nose.vim
[submodule "bundle/strftimedammit"]
path = bundle/strftimedammit
url = https://github.com/sjl/strftimedammit.vim
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule "bundle/vimux"]
path = bundle/vimux
url = https://github.com/benmills/vimux
[submodule "bundle/vitality"]
path = bundle/vitality
url = https://github.com/sjl/vitality.vim
5 changes: 5 additions & 0 deletions .netrwhist
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =3
let g:netrw_dirhist_1='scp://p6242r36@66.84.0.143//apps/'
let g:netrw_dirhist_2='/Users/beau.lyddon/projects/developer-scripts/spikes/xmlbench'
let g:netrw_dirhist_3='/Users/beau.lyddon/.irssi'
24 changes: 0 additions & 24 deletions CHANGES.markdown

This file was deleted.

Loading

0 comments on commit 181fb8b

Please sign in to comment.