diff --git a/lua/internal/pairs.lua b/lua/internal/pairs.lua index 839bdb37..49483779 100644 --- a/lua/internal/pairs.lua +++ b/lua/internal/pairs.lua @@ -302,10 +302,10 @@ H.ensure_cr_bs = function(mode) end --Dont'map CR default - if mode == 'i' and has_any_cr_pair then - local opts = { expr = true, replace_keycodes = false, desc = 'PairMate ' } - -- H.map(mode, '', 'v:lua.PairMate.cr()', opts) - end + -- if mode == 'i' and has_any_cr_pair then + -- local opts = { expr = true, replace_keycodes = false, desc = 'PairMate ' } + -- H.map(mode, '', 'v:lua.PairMate.cr()', opts) + -- end end H.validate_pair_info = function(pair_info, prefix)