From 2d0d336828f1ea66d535d1a3dce5a5b47acee087 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 18 Jan 2013 12:33:10 -0600 Subject: [PATCH] Updating vimrc. Removing vitality plugin, added abbr for template --- vim/vimrc.symlink | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index e205584..afb1a28 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -24,7 +24,7 @@ Bundle 'mmalecki/vim-node.js' Bundle 'Lokaltog/vim-powerline' Bundle 'tpope/vim-ragtag' Bundle 'tpope/vim-surround' -Bundle 'sjl/vitality.vim' +" Bundle 'sjl/vitality.vim' Bundle 'duff/vim-scratch' Bundle 'cakebaker/scss-syntax.vim' Bundle 'kchmck/vim-coffee-script' @@ -44,6 +44,7 @@ filetype plugin indent on """" Abbreviations abbr funciton function abbr teh the +abbr tempalte template "set winwidth=120