return { "nvim-telescope/telescope.nvim", branch = "0.1.x", dependencies = { { "nvim-lua/plenary.nvim" }, { "nvim-telescope/telescope-fzf-native.nvim", build = "make", }, { "rcarriga/nvim-notify" }, }, cmd = "Telescope", config = function() require "telescope.actions" require("telescope").setup(require "config.telescope") require("telescope").load_extension "fzf" require("telescope").load_extension "notify" end, }