|
@ -2,10 +2,10 @@ return { |
|
|
"nvim-telescope/telescope.nvim", |
|
|
"nvim-telescope/telescope.nvim", |
|
|
dependencies = { |
|
|
dependencies = { |
|
|
"nvim-lua/plenary.nvim", |
|
|
"nvim-lua/plenary.nvim", |
|
|
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" }, |
|
|
|
|
|
"nvim-tree/nvim-web-devicons", |
|
|
"nvim-tree/nvim-web-devicons", |
|
|
"debugloop/telescope-undo.nvim", |
|
|
"debugloop/telescope-undo.nvim", |
|
|
"nvim-telescope/telescope-ui-select.nvim", |
|
|
"nvim-telescope/telescope-ui-select.nvim", |
|
|
|
|
|
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" }, |
|
|
}, |
|
|
}, |
|
|
config = function() |
|
|
config = function() |
|
|
local telescope = require("telescope") |
|
|
local telescope = require("telescope") |
|
|