Skip to content

Commit

Permalink
fix #354
Browse files Browse the repository at this point in the history
  • Loading branch information
zztrieuzz committed Apr 30, 2023
1 parent 4b478a7 commit 8225f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-autopairs.lua
Expand Up @@ -94,6 +94,7 @@ M.get_rules = function(start_pair)
table.insert(tbl, r)
end
end
return tbl
end

M.remove_rule = function(pair)
Expand Down

0 comments on commit 8225f4c

Please sign in to comment.