From 2c3a7b662bdbaf7f399ce2b2b76d04145b469784 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 6 Apr 2012 16:30:32 -0500 Subject: [PATCH] Adding smartinput and fixing the Vundle for sparkup --- vim/bundle/vundle | 2 +- vimrc | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/vim/bundle/vundle b/vim/bundle/vundle index 03ed2bd..dd8356a 160000 --- a/vim/bundle/vundle +++ b/vim/bundle/vundle @@ -1 +1 @@ -Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89 +Subproject commit dd8356aea7499fed92f7c37227b1625a2b3dc190 diff --git a/vimrc b/vimrc index bd6d6b5..ef5101a 100644 --- a/vimrc +++ b/vimrc @@ -28,11 +28,12 @@ Bundle 'scrooloose/nerdcommenter' Bundle 'altercation/vim-colors-solarized' " Bundle 'ervandew/supertab' " Bundle 'sjl/gundo.vim' +Bundle 'sjl/clam.vim' Bundle 'kien/ctrlp.vim' Bundle 'gregsexton/MatchTag' -Bundle 'closetag.vim' -Bundle 'rstacruz/sparkup' -Bundle 'sjl/clam.vim' +" Bundle 'closetag.vim' +Bundle 'kana/vim-smartinput' +Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} " Snipmate Bundle 'MarcWeber/vim-addon-mw-utils' @@ -45,6 +46,7 @@ filetype plugin indent on " last Vundle requirement " general goodness syntax enable let mapleader="," +let maplocalleader="\\" set hidden " allow hidden unsaved buffers set history=1000 " longer history set noswapfile " turn off swapfiles