fix: missing comma

This commit is contained in:
daan 2023-08-06 16:27:05 +01:00 committed by GitHub
parent 2b3fe3c50f
commit a5a263d336
1 changed files with 1 additions and 1 deletions

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.