fix: missing comma

This commit is contained in:
daan
2023-08-06 16:27:05 +01:00
committed by GitHub
parent 5a59fb894c
commit a4ec83a433

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.