From ffdc68e3360a3bdd6cbef02b49811c0b128d6c98 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 4 Oct 2012 13:46:33 -0600 Subject: [PATCH] Adding numbers.vim and vimux --- oh-my-zsh | 2 +- vimrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/oh-my-zsh b/oh-my-zsh index d05b201..73f7770 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit d05b2010ffd4cd33ff9402c402051b1caf985d97 +Subproject commit 73f777053725ce61d6fada67ff3f174130dd8c94 diff --git a/vimrc b/vimrc index 0aa7751..0a61319 100644 --- a/vimrc +++ b/vimrc @@ -38,6 +38,8 @@ Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'mbbill/undotree' Bundle 'Shougo/neocomplcache' Bundle 'coderifous/textobj-word-column.vim' +Bundle 'myusuf3/numbers.vim' +Bundle 'benmills/vimux' " Snipmate " Bundle 'MarcWeber/vim-addon-mw-utils'