docs: update README to match recently added config parameters

This commit is contained in:
Senghan Bright 2021-08-04 20:35:43 +02:00
parent 69c3255d31
commit 5dc0cb42d8

View File

@ -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. 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/*"}`) - `ignore_patterns` (default: `{"*.git/*", "*/tmp/*"}`)
Patterns in this table control which files are indexed (and subsequently which you'll see in the finder results). 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`) - `show_unindexed` (default: `true`)
- devicons_disabled (default: `false`)
Disable devicons (if available)
Determines if non-indexed files are included in workspace filter results. Determines if non-indexed files are included in workspace filter results.
### Example Configuration: ### Example Configuration: