diff options
| author | Eli Flanagan <efx@users.noreply.github.com> | 2020-12-10 10:40:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-10 10:40:16 -0500 |
| commit | 06db1b6288ca550f97eeb3745d58be91d4b7b85b (patch) | |
| tree | 839af65dbbe0e11ff6aeb7f240668416d8be3a0c | |
| parent | df6b762b317fa11202e1a55671842fe13909de75 (diff) | |
fix typo (#322)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -576,7 +576,7 @@ supports tab completions and settings options. " If option is table type in lua code ,you can use `,` connect each command string eg: " find_command,vimgrep_arguments they are both table type. so config it in commandline like -:Telecope find_files find_command=rg,--ignore,--hidden,--files prompt_prefix=🔍 +:Telescope find_files find_command=rg,--ignore,--hidden,--files prompt_prefix=🔍 ``` ## Media |
