[Telescope] Actually fix it
This commit is contained in:
@@ -30,6 +30,11 @@ return {
|
||||
},
|
||||
path_display = { "smart" },
|
||||
},
|
||||
extensions = {
|
||||
frecency = {
|
||||
db_safe_mode = false,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
telescope.load_extension("live_grep_args")
|
||||
@@ -81,7 +86,6 @@ return {
|
||||
local function run_frecency()
|
||||
require("telescope").extensions.frecency.frecency({
|
||||
workspace = "CWD",
|
||||
db_safe_mode = false
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user