mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
docs: add missing comma in config example
This commit is contained in:
parent
a236fccbee
commit
31e8158d54
@ -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/*"},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user