Skip to content

Commit

Permalink
Moved to pathogen, with addons -> bundle using git submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 15, 2010
1 parent 632cd20 commit afb507a
Show file tree
Hide file tree
Showing 82 changed files with 177 additions and 17,755 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
@@ -1,3 +1,15 @@
[submodule "addons/vim-fugitive"]
path = addons/vim-fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = http://github.com/msanders/snipmate.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule "bundle/fuzzyfinder"]
path = bundle/fuzzyfinder
url = http://github.com/clones/vim-fuzzyfinder.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
16 changes: 16 additions & 0 deletions README
Expand Up @@ -6,4 +6,20 @@ My .vimrc looks like this:
" and then source the common configuration file
source ~/.vim/vimrc

All addons go in the bundle directory and are managed by
pathogen. When possible I install them as git submodules:

git submodule add http://github.com/msanders/snipmate.vim.git bundle/snipmate
git submodule init
git submodule add http://github.com/scrooloose/nerdtree.git bundle/nerdtree
git submodule init
git submodule add http://github.com/clones/vim-fuzzyfinder.git bundle/fuzzyfinder
git submodule init
git submodule add git://github.com/tpope/vim-fugitive.git bundle/fugitive
git submodule init

Add 'tags' to bundle/snipmate/.git/info/exclude
and bundle/fuzzyfinder/.git/info/exclude
so that when tags are regenerated, git doesn't think
you have a dirty submodule.

1,222 changes: 0 additions & 1,222 deletions addons/NERD_tree/doc/NERD_tree.txt

This file was deleted.

85 changes: 0 additions & 85 deletions addons/NERD_tree/doc/tags

This file was deleted.

41 changes: 0 additions & 41 deletions addons/NERD_tree/nerdtree_plugin/exec_menuitem.vim

This file was deleted.

194 changes: 0 additions & 194 deletions addons/NERD_tree/nerdtree_plugin/fs_menu.vim

This file was deleted.

0 comments on commit afb507a

Please sign in to comment.