Add ripgrep as a telescope dependency

This commit is contained in:
lucaSartore 2024-08-24 16:08:47 +02:00
parent ac78e7d9e7
commit 6da1a08b71
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ require('lazy').setup({
branch = '0.1.x', branch = '0.1.x',
dependencies = { dependencies = {
'nvim-lua/plenary.nvim', 'nvim-lua/plenary.nvim',
'BurntSushi/ripgrep',
{ -- If encountering errors, see telescope-fzf-native README for installation instructions { -- If encountering errors, see telescope-fzf-native README for installation instructions
'nvim-telescope/telescope-fzf-native.nvim', 'nvim-telescope/telescope-fzf-native.nvim',