From 13ca08f373a8ecbaf9c43829847f3dd72c6cca1f Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Thu, 14 Jan 2021 01:45:32 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f0152..dd652c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # telescope-frecency.nvim +## WIP + An implementation of Mozillas [Frecency algorithm](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Frecency_algorithm) for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim). ## Frecency: sorting by "frequency" and "recency." @@ -31,7 +33,13 @@ This plugin uses `sql.nvim` to perform the database transactions. TODO: ``` -abc +use { + "sunjon/telescope-frecency", + config = function() + require"telescope".load_extension("frecency") + end +} + ``` ## Configuration