Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Feb 17, 2024
1 parent 3389250 commit 1119977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/internal/pairs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CR>' }
-- H.map(mode, '<CR>', 'v:lua.PairMate.cr()', opts)
end
-- if mode == 'i' and has_any_cr_pair then
-- local opts = { expr = true, replace_keycodes = false, desc = 'PairMate <CR>' }
-- H.map(mode, '<CR>', 'v:lua.PairMate.cr()', opts)
-- end
end

H.validate_pair_info = function(pair_info, prefix)
Expand Down

0 comments on commit 1119977

Please sign in to comment.