Skip to content

Commit

Permalink
Update Vundle and Ctrl-p
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cordial committed May 19, 2017
1 parent e564c22 commit 0779078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Expand Up @@ -5,7 +5,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

" let Vundle manage Vundle required!
Bundle 'gmarik/vundle'
Bundle 'VundleVim/Vundle.vim'

Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-commentary'
Expand All @@ -18,7 +18,7 @@ Bundle 'pangloss/vim-javascript'
Bundle 'kchmck/vim-coffee-script'
Bundle 'mxw/vim-jsx'
Bundle 'groenewege/vim-less'
Bundle 'kien/ctrlp.vim'
Bundle 'ctrlpvim/ctrlp.vim'
Bundle 'othree/html5.vim'
Bundle 'rking/ag.vim'

Expand Down Expand Up @@ -144,4 +144,4 @@ command! JSONFormat %!python -m json.tool
nnoremap <silent><Leader>n :set invnumber<CR>
nnoremap <silent><Leader>r :set invrelativenumber<CR>
nnoremap <Leader>cc :CtrlPClearAllCaches<CR>
nnoremap <leader>f :Ag<Space>
nnoremap <leader>f :Ag<Space>

0 comments on commit 0779078

Please sign in to comment.