summary refs log tree commit diff stats
path: root/.config/nvim/lua/plugins/telescope.lua
blob: 757fa90e474d82ffb5423064a1b0c6a9de136527 (plain) (blame)
1
2
3
4
5
6
7
8
return {

    {
        "nvim-telescope/telescope.nvim", tag = '0.1.6',
        dependencies = { 'nvim-lua/plenary.nvim' }
    }

}