From dfed944ee106030e03599f52ee301c78c7da5049 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 21 Aug 2016 15:04:53 -0400 Subject: [PATCH] Added amazing autopaste feature --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 3929b93..bbd3387 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -319,6 +319,8 @@ endif "The amazing Flappy Bird game | https://github.com/mattn/flappyvird-vim Plug 'jamessan/vim-gnupg' "GPG support | https://github.com/jamessan/vim-gnupg + Plug 'https://github.com/ConradIrwin/vim-bracketed-paste' + "Automatic :set paste funcationality | https://github.com/ConradIrwin/vim-bracketed-paste " } " Unused { "Plug 'https://github.com/zenbro/mirror.vim'