aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/telescope.lua
blob: 55bc045682fc921a7ae1808f00421fbfb65371c7 (plain) (blame)
1
2
3
4
5
6
7
return {
    'nvim-telescope/telescope.nvim', tag = '0.1.2',   -- fuzzy finder
    dependencies = {
        'nvim-lua/plenary.nvim',
        'nvim-tree/nvim-web-devicons'
    }
}