# HG changeset patch # User zegervdv # Date 1645093721 -3600 # Node ID fb54ab50a72a232cc7a110ce6f489df57f0fd548 # Parent fc435126a156bc5b1a7abd38e78d16013a3c22c3 Revert "Replace surround with mini.surround for the function wrapping options" This reverts commit 86ffd4e6b9aa4e16f762e25b6db7bd42ad473f75. diff -r fc435126a156 -r fb54ab50a72a .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Wed Feb 16 18:45:28 2022 +0100 +++ b/.chezmoitemplates/init.lua Thu Feb 17 11:28:41 2022 +0100 @@ -131,18 +131,7 @@ use { 'sjl/gundo.vim', cmd = { 'GundoToggle' } } -- Parentheses etc - use { - 'echasnovski/mini.nvim', - config = function() - require('mini.surround').setup { - mappings = { - add = 'ys', - delete = 'ds', - replace = 'cs', - }, - } - end, - } + use { 'tpope/vim-surround' } use { 'windwp/nvim-autopairs', config = function()