Removed ripgrep requirement that was doing nothing

This commit is contained in:
Ivar Fatland
2023-05-31 18:49:10 +02:00
parent cc37845663
commit 765b93c101
-3
View File
@@ -85,9 +85,6 @@ local function packer_startup(use)
tag = '0.1.1', tag = '0.1.1',
requires = { requires = {
{'nvim-lua/plenary.nvim'}, {'nvim-lua/plenary.nvim'},
{'BurntSushi/ripgrep'},
-- ripgrep might not actually
-- be a nvim package
} }
} }
use 'roodletoof/autoclose.nvim' use 'roodletoof/autoclose.nvim'