Skip to content

Commit

Permalink
fixup!: disable sqlite explicitly to eliminate warning. (ayamir#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir authored and husheng committed Oct 18, 2023
1 parent 0e10fb6 commit a6c9d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/configs/tool/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ return function()
case_mode = "smart_case",
},
frecency = {
use_sqlite = false,
show_scores = true,
show_unindexed = true,
ignore_patterns = { "*.git/*", "*/tmp/*" },
Expand Down

0 comments on commit a6c9d0c

Please sign in to comment.