mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
chore: Documentation for database validation.
This commit is contained in:
parent
e7c9dee1e7
commit
f7261e9cb5
11
README.md
11
README.md
@ -137,6 +137,17 @@ telescope.setup {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### SQL database maintainance
|
||||||
|
|
||||||
|
By default, frecency will prune files that no longer exist from the database.
|
||||||
|
In certain workflows, switching branches in a repository, that behaviour might not be desired.
|
||||||
|
The following configuration control this behaviour:
|
||||||
|
|
||||||
|
`db_safe_mode` - When this is enabled, the user will be prompted before any entries are removed from the database.
|
||||||
|
`auto_validate` - When this to false, stale entries will never be automatically removed.
|
||||||
|
|
||||||
|
The command `FrecencyValidate` can be used to clean the database when `auto_validate` is disabled.
|
||||||
|
|
||||||
### Highlight Groups
|
### Highlight Groups
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user