From 4edeb980e53ac7d91068962fc2d38994eb2c0054 Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Wed, 4 Aug 2021 20:37:31 +0200 Subject: [PATCH] docs: fix readme parameter quoting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f01354b..9ee355c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Entering `:` 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)