return { "nvim-telescope/telescope.nvim", branch = "0.1.x", dependencies = { "BurntSushi/ripgrep", "nvim-lua/plenary.nvim", "sharkdp/fd", "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons", }, lazy = false, keys = { { "f", "Telescope find_files", desc = "Fuzzy find files with Telescope" }, { "", "Telescope find_files", desc = "Fuzzy find files with Telescope" }, { "b", "Telescope buffers", desc = "Fuzzy find open buffers with Telescope" }, { "s", "Telescope lsp_document_symbols", desc = "Fuzzy find lsp symbols in current document with Telescope" }, }, opts = { pickers = { find_files = { find_command = { "rg", "--files", "--hidden", "--no-ignore-vcs" }, }, }, }, }