aboutsummaryrefslogtreecommitdiffstats
path: root/config/nvim/lua/plugins/telescope.lua
blob: 7282f2cbbecb2cd7a0e4eab3b80a2a3757f65657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
    {
        'nvim-telescope/telescope.nvim', tag = '0.1.8',
        dependencies = { 'nvim-lua/plenary.nvim' },
        config = function()
            local builtin = require("telescope.builtin")
            vim.keymap.set('n', '<C-p>', builtin.find_files, {})
        end
    },
    {
        "nvim-telescope/telescope-ui-select.nvim"
    }
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage