fix: added missing comma

This commit is contained in:
aarsh21 2023-08-06 22:39:52 +05:30
parent 5a59fb894c
commit addceece0b
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.