mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
docs: fix readme parameter quoting
This commit is contained in:
parent
5dc0cb42d8
commit
4edeb980e5
@ -99,7 +99,7 @@ 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`)
|
||||
- `db_root` (default: `nil`)
|
||||
|
||||
Path to parent directory of custom database location.
|
||||
Defaults to `$XDG_DATA_HOME/nvim` if unset.
|
||||
@ -112,7 +112,7 @@ See [default configuration](https://github.com/nvim-telescope/telescope.nvim#tel
|
||||
|
||||
To see the scores generated by the algorithm in the results, set this to `true`.
|
||||
|
||||
- workspaces (default: {})
|
||||
- `workspaces` (default: {})
|
||||
|
||||
This table contains mappings of `workspace_tag` -> `workspace_directory`
|
||||
The key corresponds to the `:tag_name` used to select the filter in queries.
|
||||
@ -120,7 +120,7 @@ See [default configuration](https://github.com/nvim-telescope/telescope.nvim#tel
|
||||
|
||||
- `show_unindexed` (default: `true`)
|
||||
|
||||
- devicons_disabled (default: `false`)
|
||||
- `devicons_disabled` (default: `false`)
|
||||
|
||||
Disable devicons (if available)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user