Skip to content

Commit c0d9077

Browse files
authored
Merge pull request nvim-lua#387 from daanrongen/master
2 parents 25c2b58 + b9b4027 commit c0d9077

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)