-- For more information on the arguements, visit: https://www.lazyvim.org/extras/editor/telescope#telescopenvim OR for more information on telescope, visit: https://github.com/nvim-telescope/telescope.nvim return { 'nvim-telescope/telescope.nvim', tag = '0.1.8', dependencies = { 'nvim-lua/plenary.nvim' }, cmd = "Telescope", keys = { { "//", "Telescope", desc = "Start" }, { "pp", "Telescope find_files", desc = "File Picker" }, { ";;", "Telescope buffers", desc = "Buffer Picker" }, { "..", "Telescope treesitter", desc = "Treesitter" }, { "[[", "Telescop live_grep", desc = "Grep" } } }