diff --git a/lua/plugins/coding.lua b/lua/plugins/coding.lua index 2a98097..910031e 100644 --- a/lua/plugins/coding.lua +++ b/lua/plugins/coding.lua @@ -30,7 +30,11 @@ return { { 'echasnovski/mini.pairs', event = 'VeryLazy', - opts = {}, + opts = { + mappings = { + ['`'] = { action = 'closeopen', pair = '``', neigh_pattern = '[^\\`].', register = { cr = false } }, + }, + }, }, -- Fast and feature-rich surround actions. For text that includes