From 6e7685fc0c49cfe6aa8f3d6351c1ce88c069c7e3 Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Sun, 17 Jan 2021 10:57:10 +0100 Subject: [PATCH] . --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index eb56ccb..c094faf 100644 --- a/README.md +++ b/README.md @@ -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. 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 is a score given to each unique file loaded into a Neovim buffer.