Skip to content

Commit 8ee4d24

Browse files
authored
fix: fix brackets
1 parent b06980a commit 8ee4d24

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

init.lua

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,18 @@ require('lazy').setup({
172172
branch = '0.1.x',
173173
dependencies = {
174174
'nvim-lua/plenary.nvim'
175-
}
176-
-- Fuzzy Finder Algorithm which requires local dependencies to be built.
177-
-- Only load if `make` is available. Make sure you have the system
178-
-- requirements installed.
179-
{
180-
'nvim-telescope/telescope-fzf-native.nvim',
181-
-- NOTE: If you are having trouble with this installation,
182-
-- refer to the README for telescope-fzf-native for more instructions.
183-
build = 'make',
184-
cond = function()
185-
return vim.fn.executable 'make' == 1
186-
end,
175+
-- Fuzzy Finder Algorithm which requires local dependencies to be built.
176+
-- Only load if `make` is available. Make sure you have the system
177+
-- requirements installed.
178+
{
179+
'nvim-telescope/telescope-fzf-native.nvim',
180+
-- NOTE: If you are having trouble with this installation,
181+
-- refer to the README for telescope-fzf-native for more instructions.
182+
build = 'make',
183+
cond = function()
184+
return vim.fn.executable 'make' == 1
185+
end,
186+
},
187187
},
188188
},
189189

0 commit comments

Comments
 (0)