aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins/telescope.lua
blob: 9c5de697ab5c00f787e41e142a07b89f33fe5364 (plain)
1
2
3
4
5
6
7
8
return {
  "nvim-telescope/telescope.nvim",
  tag = "0.1.6",
  cmd = "Telescope",
  dependencies = {
    "nvim-lua/plenary.nvim"
  },
}