From 1a67b0b2a9b2fd26f2b75e1f2cae71a6a466abb0 Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 4 Apr 2023 17:18:37 +0200 Subject: [PATCH] Back to surround plugin. Turns out that vim-sandwitch can be slow in certain circumstances, especially well seen with tpope/vim-repeat. --- vimrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 565d999..963d0d8 100644 --- a/vimrc +++ b/vimrc @@ -50,7 +50,7 @@ Plug 'skammer/vim-css-color' Plug 'terryma/vim-multiple-cursors' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-repeat' -Plug 'machakann/vim-sandwich' +Plug 'tpope/vim-surround' Plug 'vim-scripts/DrawIt' Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' } Plug 'vim-scripts/LanguageTool' @@ -543,10 +543,6 @@ let g:tagbar_type_vimwiki = { \ } " Note: see statusline settings for status bar tag conf "}}} -"Sandwitch {{{2 -" Make sandwitch to use my memorymuscle craved shorcuts for surround -runtime macros/sandwich/keymap/surround.vim -"}}} "VimWIKI {{{2 let g:vimwiki_list = [{'path': '~/vimwiki/', \ 'template_path': '~/vimwiki/',