diff .chezmoitemplates/init.lua @ 563:fb54ab50a72a

Revert "Replace surround with mini.surround for the function wrapping options" This reverts commit 86ffd4e6b9aa4e16f762e25b6db7bd42ad473f75.
author zegervdv <zegervdv@me.com>
date Thu, 17 Feb 2022 11:28:41 +0100
parents fc435126a156
children c2cc785e1674
line wrap: on
line diff
--- 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()