From 61173416dae37a7e367ad411f69b496511dbc404 Mon Sep 17 00:00:00 2001 From: celogeek Date: Mon, 4 Mar 2013 09:13:47 +0100 Subject: [PATCH] add fugitive --- .gitignore | 2 ++ .gitmodules | 3 +++ bundle/vim-fugitive | 1 + rc/vimrc | 5 ++--- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 160000 bundle/vim-fugitive diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d45c0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +.netrwhist diff --git a/.gitmodules b/.gitmodules index 748d115..6c518ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "bundle/matchit"] path = bundle/matchit url = git://github.com/vim-scripts/matchit.zip.git +[submodule "bundle/vim-fugitive"] + path = bundle/vim-fugitive + url = git://github.com/tpope/vim-fugitive.git diff --git a/bundle/vim-fugitive b/bundle/vim-fugitive new file mode 160000 index 0000000..0103538 --- /dev/null +++ b/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 0103538d7a8e03c061c031e33459aeaa4cf040ab diff --git a/rc/vimrc b/rc/vimrc index a5c6296..8f04138 100644 --- a/rc/vimrc +++ b/rc/vimrc @@ -1,3 +1,5 @@ +execute pathogen#infect() + " When started as "evim", evim.vim will already have done these settings. if v:progname =~? "evim" finish @@ -87,9 +89,6 @@ colorscheme desert let mapleader = "," -"GetLatest -let g:GetLatestVimScripts_allowautoinstall=1 - "TagShortCut map t :Tlist