diff --git a/README.md b/README.md index 2b69bd5..99a689c 100644 --- a/README.md +++ b/README.md @@ -760,7 +760,7 @@ and some other functions can be easily changed in custom pickers or built-in fun nnoremap ff :lua require('telescope.builtin').find_files({previewer = false}) -- Change prompt prefix for find_files builtin function: -nnoremap fg :lua require('telescope.builtin').live_grep({ prompt_prefix=🔍 }) +nnoremap fg :lua require('telescope.builtin').live_grep({ prompt_prefix="🔍" }) nnoremap fg :Telescope live_grep prompt_prefix=🔍 ```