Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions update_bundles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Jacked most of this from tammer Saleh, thanks dude!
# http://tammersaleh.com/posts/the-modern-vim-config-with-pathogen

require 'fileutils'

FileUtils.mkdir_p("bundle")

git_bundles = [
"git://github.com/astashov/vim-ruby-debugger.git",
"git://github.com/msanders/snipmate.vim.git",
Expand Down