From 7faf6a887126bece60c992e7fd6f9f4a9db42b8f Mon Sep 17 00:00:00 2001 From: Nathan L Smith Date: Fri, 25 Jan 2013 13:23:31 -0600 Subject: [PATCH] rm vundle --- .gitmodules | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 142cd14..8b13789 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1 @@ -[submodule "vimfiles/bundle/vundle"] - path = vimfiles/bundle/vundle - url = git://github.com/gmarik/vundle.git + diff --git a/README.md b/README.md index 7354dd9..818b33e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ My Vim configuration and extra stuff. Should run on MacVim, Linux (`vim-nox` on ## Setup -`rake install` will download the [vundle](https://github.com/gmarik/vundle) submodule, install the bundled plugins, and link the configuration to your home directory. +`rake install` will download [vundle](https://github.com/gmarik/vundle), install the bundled plugins, and link the configuration to your home directory. `rake install:extra` will link the files in the extra directory to their dotfile counterparts.