From 251ea8285546746a3b8156d211ad71237b5ab31e Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 31 May 2013 10:53:01 -0500 Subject: [PATCH] Disabling vitality again since it's causing errors --- vim/vimrc.symlink | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index c9cce2f..94efeca 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -1,4 +1,4 @@ -"M7 vim settings +" vim settings filetype off set rtp+=~/.vim/bundle/vundle/ @@ -25,7 +25,7 @@ Bundle 'Lokaltog/vim-powerline' Bundle 'tpope/vim-ragtag' Bundle 'tpope/vim-surround' Bundle 'duff/vim-scratch' -Bundle 'sjl/vitality.vim' +" Bundle 'sjl/vitality.vim' Bundle 'cakebaker/scss-syntax.vim' Bundle 'kchmck/vim-coffee-script' Bundle 'groenewege/vim-less' @@ -141,12 +141,6 @@ set magic " Set magic on, for regex set showmatch " show matching braces set mat=2 " how many tenths of a second to blink -" switch to line when editing and block when not -" let cursor_to_bar = "\]50;CursorShape=1\x7" -" let cursor_to_block = "\]50;CursorShape=0\x7" -" let &t_SI = cursor_to_bar -" let &t_EI = cursor_to_block - " error bells set noerrorbells set visualbell