From c24dee661d8631613d69a1ed77109c2a8fdf1b8e Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 14 Sep 2023 16:29:45 +0200 Subject: [PATCH] disable all surround things --- lua/plex/plugins/coding.lua | 1 + lua/plex/plugins/extras/coding/sandwich.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plex/plugins/coding.lua b/lua/plex/plugins/coding.lua index 93e590a..b534fa6 100644 --- a/lua/plex/plugins/coding.lua +++ b/lua/plex/plugins/coding.lua @@ -198,6 +198,7 @@ return { ----------------------------------------------------------------------------- { 'echasnovski/mini.surround', + enabled = false, -- stylua: ignore keys = function(_, keys) -- Populate the keys based on the user's options diff --git a/lua/plex/plugins/extras/coding/sandwich.lua b/lua/plex/plugins/extras/coding/sandwich.lua index 960a5c3..716b8c9 100644 --- a/lua/plex/plugins/extras/coding/sandwich.lua +++ b/lua/plex/plugins/extras/coding/sandwich.lua @@ -2,7 +2,7 @@ return { { -- I dont get how this stuff works 'machakann/vim-sandwich', - enabled = true, + enabled = false, -- stylua: ignore keys = { -- See https://github.com/machakann/vim-sandwich/blob/master/macros/sandwich/keymap/surround.vim