chore: comment out buggy plugin

This commit is contained in:
Stefan Imhoff
2024-02-09 17:51:36 +01:00
parent 4459e03b72
commit 956b2fbe8b

View File

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