You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
476 B

# TODO: make this crap work with the new Janus method via pathogen
vim_plugin_task "valgrind", "git://github.com/vim-scripts/valgrind.vim.git"
vim_plugin_task "guicolorscheme", "git://github.com/vim-scripts/guicolorscheme.vim.git"
vim_plugin_task "gardener.vim" do
sh "curl 'http://www.vim.org/scripts/download_script.php?src_id=4682' > colors/gardener.vim"
end
vim_plugin_task "pgsql.vim" do
sh "curl 'http://www.gunduz.org/postgresql/pgsql.vim' > plugin/pgsql.vim"
end