diff options
| author | Ruslan Bekenev <furyinbox@gmail.com> | 2022-10-03 22:56:43 +1100 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-04 15:26:23 +0200 |
| commit | 383b3bf47d34ca60c24cd73ea9c335936d0b70be (patch) | |
| tree | e2cca4759fd8ab54011fbcd801ec0d8024526799 /README.md | |
| parent | 20aa2adccc1ecb19f54f2fbc428b4904071fcab8 (diff) | |
[Fix #1788] Add notes about minimal version of `fd`
Update readme and projectile.el
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -109,7 +109,8 @@ See the [online documentation](https://docs.projectile.mx) for more details. ## Caveats * Some operations like search (grep) depend (presently) on external - utilities such as `find`. + utilities such as `find` or `fd` (version 8.3.0+). + * for older `fd` version add `(setq projectile-generic-command "fd . -0 --type f --color=never")` to your init-file * Commands depending on external utilities might misbehave on the `fish` shell. * Using Projectile over TRAMP might be slow in certain cases. * Some commands might misbehave on complex project setups (e.g. a git project with submodules). |
