Skip to content

Commit

Permalink
fix: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Sep 21, 2023
1 parent d392777 commit 216a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/url-open/modules/patterns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ M.PATTERNS = {
["[\"']([^%s~/]*/[^%s~/]*)[\"']"] = {
prefix = "https://github.com/",
suffix = "",
file_patterns = {},
-- file_patterns = {},
excluded_file_patterns = { "package%.json", "package%-lock%.json" },
-- extra_condition = function() return true end,
}, --- plugin name git
Expand Down

0 comments on commit 216a609

Please sign in to comment.