Skip to content

Commit 60d81be

Browse files
committed
Merge pull request #1 from sunaku/unbundle
Unbundle as lightweight alternative to Pathogen
2 parents 4dad0e3 + 281078e commit 60d81be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vim/tools.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ These projects work closely with the vim-scripts.org mirror:
2020

2121
and these help manage the plugins once they're downloaded.
2222

23-
* [Pathogen](http://github.com/tpope/vim-pathogen) allows you to store your scripts
24-
individually in ~/.vim/bundles instead of one gigantic communal directory tree.
23+
* [Pathogen](http://github.com/tpope/vim-pathogen) and its lightweight alternative
24+
[Unbundle](http://github.com/sunaku/vim-unbundle) allow you to store your scripts
25+
individually in `~/.vim/bundle/` instead of one gigantic communal directory tree.
2526
* [tplugin](http://github.com/tomtom/tplugin_vim)
2627
can be thought of as a mix of Pathogen and
2728
[AsNeeded](http://github.com/vim-scripts/AsNeeded).

0 commit comments

Comments
 (0)