Skip to content

Commit b9b4027

Browse files
author
daan
authored
fix: missing comma
1 parent 25c2b58 commit b9b4027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ require('lazy').setup({
171171
'nvim-telescope/telescope.nvim',
172172
branch = '0.1.x',
173173
dependencies = {
174-
'nvim-lua/plenary.nvim'
174+
'nvim-lua/plenary.nvim',
175175
-- Fuzzy Finder Algorithm which requires local dependencies to be built.
176176
-- Only load if `make` is available. Make sure you have the system
177177
-- requirements installed.

0 commit comments

Comments
 (0)