mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
docs: update README to match recently added config parameters
This commit is contained in:
parent
69c3255d31
commit
5dc0cb42d8
@ -99,6 +99,11 @@ Entering `:<Tab>` will trigger omnicompletion for available tags.
|
||||
|
||||
See [default configuration](https://github.com/nvim-telescope/telescope.nvim#telescope-defaults) for full details on configuring Telescope.
|
||||
|
||||
- db_root (default: `nil`)
|
||||
|
||||
Path to parent directory of custom database location.
|
||||
Defaults to `$XDG_DATA_HOME/nvim` if unset.
|
||||
|
||||
- `ignore_patterns` (default: `{"*.git/*", "*/tmp/*"}`)
|
||||
|
||||
Patterns in this table control which files are indexed (and subsequently which you'll see in the finder results).
|
||||
@ -115,6 +120,10 @@ See [default configuration](https://github.com/nvim-telescope/telescope.nvim#tel
|
||||
|
||||
- `show_unindexed` (default: `true`)
|
||||
|
||||
- devicons_disabled (default: `false`)
|
||||
|
||||
Disable devicons (if available)
|
||||
|
||||
Determines if non-indexed files are included in workspace filter results.
|
||||
|
||||
### Example Configuration:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user