diff --git a/vimrc b/vimrc index b9748bd..7ca7287 100644 --- a/vimrc +++ b/vimrc @@ -18,7 +18,7 @@ Bundle 'tpope/vim-surround' Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-endwise' " Bundle 'mileszs/ack' -Bundle 'Lokaltog/vim-powerline' +Bundle 'Lokaltog/vim-powerline.git' Bundle 'Lokaltog/vim-easymotion' Bundle 'bkad/CamelCaseMotion' Bundle 'majutsushi/tagbar' @@ -29,19 +29,19 @@ Bundle 'altercation/vim-colors-solarized' " Bundle 'ervandew/supertab' " Bundle 'sjl/gundo' " Bundle 'sjl/clam' -Bundle 'kien/ctrlp' +Bundle 'kien/ctrlp.vim' Bundle 'gregsexton/MatchTag' " Bundle 'closetag' Bundle 'kana/vim-smartinput' Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'mbbill/undotree' " Bundle 'Shougo/neocomplcache' -Bundle 'coderifous/textobj-word-column' +Bundle 'coderifous/textobj-word-column.vim' " Bundle 'myusuf3/numbers' " Bundle 'benmills/vimux' " Bundle 'kikijump/tslime' Bundle 'lukaszkorecki/workflowish' -Bundle 'searchfold' +Bundle 'searchfold.vim' Bundle 'godlygeek/tabular' Bundle 'kshenoy/vim-signature' Bundle 'SirVer/ultisnips'