From 14791051e13df3f9652e2f1b56ce69d79cde61ac Mon Sep 17 00:00:00 2001 From: fergalmoran Date: Tue, 14 May 2013 10:16:53 +0100 Subject: [PATCH 1/4] Added Tabularize --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 9974b96..a6ae4b4 100644 --- a/.vimrc +++ b/.vimrc @@ -24,6 +24,7 @@ Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'tpope/vim-rails.git' Bundle 'https://github.com/fholgado/minibufexpl.vim' Bundle 'https://github.com/juvenn/mustache.vim' +Bundle 'https://github.com/godlygeek/tabular.git' " vim-scripts repos Bundle 'L9' Bundle 'FuzzyFinder' From e339e426c6f56e1316ddcc1eb20dc9d40b6366a2 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 18 Jun 2013 18:17:07 +0000 Subject: [PATCH 2/4] Added instructions to README --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README b/README index 90a997e..8b82734 100644 --- a/README +++ b/README @@ -1 +1,15 @@ My vim configuration + +cd ~ +git clone .vim +ln -s .vimrc ~/.vim/.vimrc + +cd .vim +git submodule init +git submodule update + +vim +:BundleInstall + +Huzzah! + From 84ec8d8206e3f54f1fc9af94a0b6fc50c6161443 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 5 Aug 2013 13:31:26 +0100 Subject: [PATCH 3/4] Updated readme and added taglist --- .vimrc | 1 + README | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index d452958..e7b4d69 100644 --- a/.vimrc +++ b/.vimrc @@ -25,6 +25,7 @@ Bundle 'tpope/vim-rails.git' Bundle 'https://github.com/fholgado/minibufexpl.vim' Bundle 'https://github.com/juvenn/mustache.vim' Bundle 'https://github.com/godlygeek/tabular.git' +Bundle 'taglist.vim' " vim-scripts repos Bundle 'L9' Bundle 'FuzzyFinder' diff --git a/README b/README index 8b82734..bf22630 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ My vim configuration cd ~ git clone .vim -ln -s .vimrc ~/.vim/.vimrc +ln -s ~/.vim/.vimrc .vimrc cd .vim git submodule init From c3914e10bcb843023189653fa8aa9544b42bf832 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 6 Aug 2013 11:57:54 +0000 Subject: [PATCH 4/4] Added colorscheme to vimrc --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index e7b4d69..0ef3004 100644 --- a/.vimrc +++ b/.vimrc @@ -87,3 +87,4 @@ set formatoptions+=2 " Use indent from 2nd line of a paragraph set formatoptions+=l " Don't break lines that are already long set formatoptions+=1 " Break before 1-letter words +colorscheme badwolf