From 31e8158d54ce945dc416b1f53df827aa3c096c55 Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Wed, 4 Aug 2021 23:51:59 +0200 Subject: [PATCH] docs: add missing comma in config example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d433edb..bf63b73 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ See [default configuration](https://github.com/nvim-telescope/telescope.nvim#tel telescope.setup { extensions = { frecency = { - db_root = "home/my_username/path/to/db_root" + db_root = "home/my_username/path/to/db_root", show_scores = false, show_unindexed = true, ignore_patterns = {"*.git/*", "*/tmp/*"},