Skip to content

Commit

Permalink
fix: replaced last occurence of MPairs global
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefLitos committed Feb 7, 2024
1 parent 331d562 commit b70655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-autopairs.lua
Expand Up @@ -624,7 +624,7 @@ M.autopairs_afterquote = function(line, key_char)
append = 'la'
end
return utils.esc(
'<esc><cmd>lua MPairs.autopairs_closequote_expr()<cr>' .. append
"<esc><cmd>lua require'nvim-autopairs'.autopairs_closequote_expr()<cr>" .. append
)
end
end
Expand Down

0 comments on commit b70655e

Please sign in to comment.