docs: add missing comma in config example

This commit is contained in:
Senghan Bright 2021-08-04 23:51:59 +02:00
parent a236fccbee
commit 31e8158d54

View File

@ -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/*"},