docs: fix readme parameter quoting

This commit is contained in:
Senghan Bright 2021-08-04 20:37:31 +02:00
parent 5dc0cb42d8
commit 4edeb980e5

View File

@ -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)