diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:31:57 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:31:57 +0200 |
commit | 0624f89831ea4f5886a0e3562097c9b08836d709 (patch) | |
tree | 108439725b0ecc9f5305a5d85ceef7339b2773da /vim | |
parent | 54fa1d21fc0e8a1b5b2b1492f98ff23c5bf03cbe (diff) | |
download | dotfiles-0624f89831ea4f5886a0e3562097c9b08836d709.tar.xz |
vim: Add vim-bracketed-paste
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ NeoBundle 'Shougo/unite.vim' NeoBundle 'mattn/emmet-vim' NeoBundle 'miekg/rfc' NeoBundle 'tommcdo/vim-exchange' +NeoBundle 'ConradIrwin/vim-bracketed-paste' NeoBundle 'scrooloose/syntastic' NeoBundle 'kien/ctrlp.vim' |