mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
.
This commit is contained in:
parent
3844bf4318
commit
6e7685fc0c
@ -7,12 +7,6 @@ Frecency is a [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
|
|||||||
Using an implementation of Mozilla's [Frecency algorithm](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Frecency_algorithm), files that you edit often and/or recently are given higher precedence in the list index.
|
Using an implementation of Mozilla's [Frecency algorithm](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Frecency_algorithm), files that you edit often and/or recently are given higher precedence in the list index.
|
||||||
As the extension 'learns' your editing habits over time, the sorting of the list is dynamically altered to priotize the files you're likely to need.
|
As the extension 'learns' your editing habits over time, the sorting of the list is dynamically altered to priotize the files you're likely to need.
|
||||||
|
|
||||||
```
|
|
||||||
## WIP
|
|
||||||
|
|
||||||
TODO:
|
|
||||||
- [ ] Check file entries are valid via async job on VimClose
|
|
||||||
|
|
||||||
## Frecency: sorting by "frequency" and "recency"
|
## Frecency: sorting by "frequency" and "recency"
|
||||||
|
|
||||||
Frecency is a score given to each unique file loaded into a Neovim buffer.
|
Frecency is a score given to each unique file loaded into a Neovim buffer.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user