mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
update readme
This commit is contained in:
parent
32880647a8
commit
13ca08f373
10
README.md
10
README.md
@ -1,5 +1,7 @@
|
|||||||
# telescope-frecency.nvim
|
# 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).
|
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."
|
## Frecency: sorting by "frequency" and "recency."
|
||||||
@ -31,7 +33,13 @@ This plugin uses `sql.nvim` to perform the database transactions.
|
|||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
```
|
```
|
||||||
abc
|
use {
|
||||||
|
"sunjon/telescope-frecency",
|
||||||
|
config = function()
|
||||||
|
require"telescope".load_extension("frecency")
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user