Skip to content

Commit

Permalink
doc: remove TODO to update project index
Browse files Browse the repository at this point in the history
Updating the index of projects is a deep rabbithole and it’s better
suited for a “forum”, where users can talk about various platform quirks
and preferences.

Fixes #14
  • Loading branch information
cljoly committed Oct 25, 2023
1 parent d069994 commit e174626
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,17 +291,13 @@ lua require'telescope'.extensions.repo.cached_list{locate_opts={"-d", vim.env.HO
[discuss-qa]: https://github.com/cljoly/telescope-repo.nvim/discussions/categories/q-a
[pr]: https://github.com/cljoly/telescope-repo.nvim/pulls

#### TODO cached_list

Provide instructions on how to setup periodic update of the locate database.

#### Troubleshooting

You should try to run:
```
sudo updatedb
```
if you encounter any problems. If it’s not the case by default, you should automate such index update with for instance `cron` or `systemd-timers`. See https://wiki.archlinux.org/title/Locate.
if you encounter any problems. If it’s not the case by default, you should automate such index update with for instance `cron` or `systemd-timers`. See https://wiki.archlinux.org/title/Locate and [this discussion](https://github.com/cljoly/telescope-repo.nvim/discussions/64) for various ways to automate this.

#### Options

Expand Down

0 comments on commit e174626

Please sign in to comment.