[Telescope] Actually fix it

This commit is contained in:
2025-10-04 09:39:21 +02:00
parent 2875a311cf
commit ac7e7fc197

View File

@@ -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