Merge pull request #387 from daanrongen/master

This commit is contained in:
Chris Patti 2023-08-06 14:04:28 -04:00 committed by GitHub
commit f6d67b69c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ require('lazy').setup({
'nvim-telescope/telescope.nvim',
branch = '0.1.x',
dependencies = {
'nvim-lua/plenary.nvim'
'nvim-lua/plenary.nvim',
-- Fuzzy Finder Algorithm which requires local dependencies to be built.
-- Only load if `make` is available. Make sure you have the system
-- requirements installed.