chore(nvim): use plugin again

This commit is contained in:
Stefan Imhoff
2024-03-15 17:12:20 +01:00
parent 496130dba5
commit d2858c5b01

View File

@@ -21,7 +21,7 @@ return {
},
},
config = function()
-- require("telescope").load_extension("frecency") // FIXME: Bug with the database
require("telescope").load_extension("frecency")
end,
},
}