mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
docs: fix typo (#174)
This commit is contained in:
parent
a61ede8740
commit
5c5302372b
@ -65,7 +65,7 @@ available by pressing `<Tab>` after the first `:` character.
|
|||||||
|
|
||||||
When a filter is applied, results are reduced to entries whose path is a
|
When a filter is applied, results are reduced to entries whose path is a
|
||||||
descendant of the workspace directory. The indexed results are optionally
|
descendant of the workspace directory. The indexed results are optionally
|
||||||
augmented with a listing of _all_ files found in a recurssive search of the
|
augmented with a listing of _all_ files found in a recursive search of the
|
||||||
workspace directory. Non-indexed files are given a score of zero and appear
|
workspace directory. Non-indexed files are given a score of zero and appear
|
||||||
below the 'frecent' entries. When a non-indexed file is opened, it gains a
|
below the 'frecent' entries. When a non-indexed file is opened, it gains a
|
||||||
score value and is available in future 'frecent' search results.
|
score value and is available in future 'frecent' search results.
|
||||||
@ -149,7 +149,7 @@ See [default configuration](https://github.com/nvim-telescope/telescope.nvim#tel
|
|||||||
- `auto_validate` (default: `true`)
|
- `auto_validate` (default: `true`)
|
||||||
|
|
||||||
If `true`, it removes stale entries count over than `db_validate_threshold`. See
|
If `true`, it removes stale entries count over than `db_validate_threshold`. See
|
||||||
the note for [DB maintenance](#maintainance)
|
the note for [DB maintenance](#maintenance)
|
||||||
|
|
||||||
- `db_root` (default: `vim.fn.stdpath "data"`)
|
- `db_root` (default: `vim.fn.stdpath "data"`)
|
||||||
|
|
||||||
@ -159,7 +159,7 @@ See [default configuration](https://github.com/nvim-telescope/telescope.nvim#tel
|
|||||||
- `db_safe_mode` (default: `true`)
|
- `db_safe_mode` (default: `true`)
|
||||||
|
|
||||||
If `true`, it shows confirmation dialog by `vim.ui.select()` before validating
|
If `true`, it shows confirmation dialog by `vim.ui.select()` before validating
|
||||||
DB. See the note for [DB maintenance](#maintainance).
|
DB. See the note for [DB maintenance](#maintenance).
|
||||||
|
|
||||||
- `db_validate_threshold` (default: `10`)
|
- `db_validate_threshold` (default: `10`)
|
||||||
|
|
||||||
@ -268,7 +268,7 @@ The default location for the database is `$XDG_DATA_HOME/nvim` (eg
|
|||||||
`~/.local/share/nvim/` on linux). This can be configured with the `db_root`
|
`~/.local/share/nvim/` on linux). This can be configured with the `db_root`
|
||||||
config option. The filename for the database is `file_frecency.bin`.
|
config option. The filename for the database is `file_frecency.bin`.
|
||||||
|
|
||||||
### Maintainance
|
### Maintenance
|
||||||
|
|
||||||
By default, frecency will prune files that no longer exist from the database.
|
By default, frecency will prune files that no longer exist from the database.
|
||||||
In certain workflows, switching branches in a repository, that behaviour might
|
In certain workflows, switching branches in a repository, that behaviour might
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user