Skip to content

Commit

Permalink
Disable telescope frecency dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Sep 11, 2023
1 parent fd6fc03 commit c2de93f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/config/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,12 @@ function M.config()
case_mode = "smart_case", -- or "ignore_case" or "respect_case"
},
frecency = {
auto_validate = false,
db_safe_mode = false,
default_workspace = "CWD",
show_unindexed = false,
ignore_patterns = ignore.file_ignore_patterns,
show_unindexed = false,
use_sqlite = false,
},
},
})
Expand Down

0 comments on commit c2de93f

Please sign in to comment.