From 5dc0cb42d8e3714299919f37bb36384d570d3b9b Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Wed, 4 Aug 2021 20:35:43 +0200 Subject: [PATCH] docs: update README to match recently added config parameters --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c539225..f01354b 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ 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`) + + 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: