|
|
@ -8,7 +8,7 @@
|
|
|
|
return { -- Fuzzy Finder (files, lsp, etc)
|
|
|
|
return { -- Fuzzy Finder (files, lsp, etc)
|
|
|
|
'nvim-telescope/telescope.nvim',
|
|
|
|
'nvim-telescope/telescope.nvim',
|
|
|
|
event = 'VimEnter',
|
|
|
|
event = 'VimEnter',
|
|
|
|
branch = '0.1.x',
|
|
|
|
-- branch = '0.1.x',
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
'nvim-lua/plenary.nvim',
|
|
|
|
'nvim-lua/plenary.nvim',
|
|
|
|
{ -- If encountering errors, see telescope-fzf-native README for installation instructions
|
|
|
|
{ -- If encountering errors, see telescope-fzf-native README for installation instructions
|
|
|
@ -109,3 +109,4 @@ return { -- Fuzzy Finder (files, lsp, etc)
|
|
|
|
end, { desc = '[S]earch [N]eovim files' })
|
|
|
|
end, { desc = '[S]earch [N]eovim files' })
|
|
|
|
end,
|
|
|
|
end,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|