From 7717c71e1fec7eeca914332ae9e94a8494b6b29c Mon Sep 17 00:00:00 2001 From: Dennis-Rall <56480601+Dennis-Rall@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:04:35 +0100 Subject: [PATCH] Add hint to ripgrep dependency to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cc00b1b..e407cc7e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ This repo is meant to be used as a starting point for a user's own configuration If there are languages that you don't want to use, remove their configuration and notes from your `init.lua` after copy and pasting (for example, in the mason configuration). +To use the live_grep and grep_string functions of telescope, the ripgrep dependency is required. See [telescope](https://github.com/nvim-telescope/telescope.nvim#suggested-dependencies) for more details and [ripgrep](https://github.com/BurntSushi/ripgrep#installation) for installation instructions. + ### Windows Installation Installation may require installing build tools, and updating the run command for `telescope-fzf-native`