@@ -167,19 +167,24 @@ require('lazy').setup({
167
167
{ ' numToStr/Comment.nvim' , opts = {} },
168
168
169
169
-- Fuzzy Finder (files, lsp, etc)
170
- { ' nvim-telescope/telescope.nvim' , branch = ' 0.1.x' , dependencies = { ' nvim-lua/plenary.nvim' } },
171
-
172
- -- Fuzzy Finder Algorithm which requires local dependencies to be built.
173
- -- Only load if `make` is available. Make sure you have the system
174
- -- requirements installed.
175
170
{
176
- ' nvim-telescope/telescope-fzf-native.nvim' ,
177
- -- NOTE: If you are having trouble with this installation,
178
- -- refer to the README for telescope-fzf-native for more instructions.
179
- build = ' make' ,
180
- cond = function ()
181
- return vim .fn .executable ' make' == 1
182
- end ,
171
+ ' nvim-telescope/telescope.nvim' ,
172
+ branch = ' 0.1.x' ,
173
+ dependencies = {
174
+ ' nvim-lua/plenary.nvim'
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
+ },
187
+ },
183
188
},
184
189
185
190
{
0 commit comments