From 12e7fffcbda00e57d5f4e256d310584fc4a4e824 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 9 May 2022 14:31:41 +1000 Subject: [PATCH] Remove redundant support for bracketed paste --- config/vim/plugins.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/config/vim/plugins.vim b/config/vim/plugins.vim index 4c6b9a5..24b9e07 100644 --- a/config/vim/plugins.vim +++ b/config/vim/plugins.vim @@ -39,7 +39,6 @@ endif call Plug('k-takata/minpac', {'type': 'opt'}) call Plug('tpope/vim-sensible') -call Plug('ConradIrwin/vim-bracketed-paste') call Plug('prabirshrestha/async.vim') call Plug('ciaranm/inkpot', {'type': 'opt', 'do': 'colorscheme inkpot'})