fix(nvim): ensure telescope frecency cmds loads telescope

This commit is contained in:
Price Hiller 2024-03-09 22:24:30 -06:00
parent 75c12a3e40
commit 111b7daa8b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -5,6 +5,9 @@ return {
"nvim-telescope/telescope.nvim",
cmd = {
"Telescope",
"FrecencyMigrateDB",
"FrecencyValidate",
"FrecencyDelete",
},
keys = {
{
@ -84,11 +87,6 @@ return {
"nvim-telescope/telescope-z.nvim",
{
"nvim-telescope/telescope-frecency.nvim",
cmd = {
"FrecencyMigrateDB",
"FrecencyValidate",
"FrecencyDelete",
},
},
"debugloop/telescope-undo.nvim",
"rcarriga/nvim-notify",