mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
refactor: remove unnecessary opts (#225)
This commit is contained in:
parent
316474c183
commit
1154548e61
@ -103,7 +103,6 @@ Config.default_values = {
|
|||||||
hide_current_buffer = false,
|
hide_current_buffer = false,
|
||||||
ignore_patterns = os_util.is_windows and { [[*.git\*]], [[*\tmp\*]], "term://*" }
|
ignore_patterns = os_util.is_windows and { [[*.git\*]], [[*\tmp\*]], "term://*" }
|
||||||
or { "*.git/*", "*/tmp/*", "term://*" },
|
or { "*.git/*", "*/tmp/*", "term://*" },
|
||||||
ignore_regexes = {},
|
|
||||||
matcher = "default",
|
matcher = "default",
|
||||||
max_timestamps = 10,
|
max_timestamps = 10,
|
||||||
recency_values = {
|
recency_values = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user