From da1c3c08ed67915fd0f09cfaaaf85fc4b3dbf742 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 6 Jan 2013 14:03:44 -0500 Subject: [PATCH] Plug sensible.vim --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 0d75355..e5b91de 100644 --- a/README.markdown +++ b/README.markdown @@ -35,9 +35,9 @@ under `~/.vim/bundle`, and they will be added to the `'runtimepath'`. Observe: cd ~/.vim/bundle - git clone git://github.com/tpope/vim-fugitive.git + git clone git://github.com/tpope/vim-sensible.git -Now [fugitive.vim](https://github.com/tpope/vim-fugitive) is installed. +Now [sensible.vim](https://github.com/tpope/vim-sensible) is installed. If you really want to get crazy, you could set it up as a submodule in whatever repository you keep your dot files in. I don't like to get crazy.