File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -172,18 +172,18 @@ require('lazy').setup({
172
172
branch = ' 0.1.x' ,
173
173
dependencies = {
174
174
' 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
+ } ,
187
187
},
188
188
},
189
189
You can’t perform that action at this time.
0 commit comments