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