Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbuttars committed Oct 1, 2015
1 parent d4f9fa9 commit 15c8c6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions vim/vimrc/bundles.vim
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ NeoBundle 'Shougo/vimproc.vim', {
NeoBundle 'https://github.com/Shougo/unite.vim'

NeoBundle 'https://github.com/tpope/vim-fugitive.git'
" NeoBundle 'https://github.com/kien/ctrlp.vim'
NeoBundle 'https://github.com/ctrlpvim/ctrlp.vim'
NeoBundle 'https://github.com/nvie/vim-flake8'
NeoBundle 'https://github.com/bling/vim-airline.git'
" NeoBundle 'https://github.com/itchyny/lightline.vim'
NeoBundle 'https://github.com/bling/vim-bufferline.git'
" NeoBundle 'https://github.com/kien/rainbow_parentheses.vim'
NeoBundle 'https://github.com/junegunn/rainbow_parentheses.vim'
NeoBundle 'https://github.com/scrooloose/nerdcommenter.git'
NeoBundle 'git://github.com/lrvick/Conque-Shell.git'
Expand All @@ -62,20 +59,12 @@ NeoBundle 'git://github.com/scrooloose/syntastic.git'
NeoBundle 'https://github.com/vim-ruby/vim-ruby'
NeoBundle 'https://github.com/vim-scripts/ldif.vim.git'
NeoBundle 'https://github.com/tpope/vim-dispatch.git'
" NeoBundle 'https://bitbucket.org/agr/ropevim'
" NeoBundle 'vcscommand.vim'
" NeoBundle 'ZenCoding.vim'
NeoBundle 'Gundo'
" NeoBundle 'https://github.com/scrooloose/nerdtree'
NeoBundle 'https://github.com/Shougo/vimfiler.vim'
NeoBundle 'DirDiff.vim'
NeoBundle 'vim-indent-object'
NeoBundle 'nginx.vim'
NeoBundle 'patchreview.vim'
" NeoBundle 'argtextobj.vim'
" NeoBundle 'textobj-indent'
" NeoBundle 'django-template-textobjects'
" NeoBundle 'https://github.com/davidhalter/jedi-vim.git'
NeoBundle 'https://github.com/Valloric/YouCompleteMe.git'
" Load Ultisnips last to make sure it has the <tab> map
NeoBundle 'https://github.com/sirver/ultisnips'
Expand Down
2 changes: 1 addition & 1 deletion vim/vimrc/doubletap.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" doubleTap
" let g:loaded_doubleTap = 1
let g:DoubleTapInsertTimer = 1.0
let g:DoubleTapInsertTimer = 1000

" To enable jumpouts
" let g:doubleTap_jumpouts = 1

0 comments on commit 15c8c6c

Please sign in to comment.